# Log out a Profile

- Operation ID: `logoutUsingPOST`
- HTTP method: `POST`
- Path: `/sauth/v3/my-account/logout`
- Sanitized category OpenAPI YAML: <https://hub.synerise.com/api-reference/profile-management.yaml>
- [Human-readable API reference](https://hub.synerise.com/api-reference/profile-management#tag/Profile-account-management/operation/logoutUsingPOST)

## Locate this method

Fetch the sanitized category YAML, then read `paths["/sauth/v3/my-account/logout"]["post"]`. Confirm that its `operationId` is `logoutUsingPOST`. That operation contains the full parameters, request body, responses, schemas, and examples.
