Develop
Develop
Select your platform

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/

Path Parameters

The following table lists the API’s URL path parameters.
NameDescription
{federated_app_id}
The federated application ID which can be obtained from the Developer Dashboard API page.

Query Parameters

The following table lists the API’s query parameters.
NameDescriptionOptionalType
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

Response

The following table describes the JSON payload received in the API response.
NameDescriptionOptionalType
success
The operation was successful.
 
Bool

Errors

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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon