Delete Federated User API
Updated: Sep 13, 2024
This topic provides reference for the API used to delete a federated user.
Delete User (PERSISTENT ID)
Deletes the federated user that has the specified persistent ID and removes all associated user data such as leaderboard scores and achievments. This operation is non-recoverable.
Method:
DELETE
Endpoint:
https://graph.oculus.com/{federated_app_id}/federated_user/
The following table lists the API’s URL path parameters.
Name | Description |
---|
{federated_app_id}
| |
The following table lists the API’s query parameters.
Name | Description | Optional | Type |
---|
persistent_id
| A unique immutable ID that is used for federated user indexing.
| | String |
access_token
| Bearer token that contains OC|$APP_ID |$APP_SECRET | | String |
The following table describes the JSON payload received in the API response.
Name | Description | Optional | Type |
---|
success
| The operation was successful. | | Bool |
The following conditions will result in errors:
- A federated app with the specified app ID does not exist.
- A federated user with the specified persistent ID does not exist.