Queue Me For Purge
POST /users/v1/person/me/purge
Queue person on the access token for purging. This can occur up to a configured amount of time in the future or can occur immediately depending on suggested_purge_time
.
Authorizations
Request Body required
Purge request to purge a person from the system. This will remove all data about that player from the system.
object
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Responses
202
Successful Response
Purge response from a purge request
object
Person ID that will be purged
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Status of the purge request
403
Error Codes:
auth_invalid_key_id
- Invalid Authorization - Invalid Key ID in Access Tokenauth_invalid_version
- Invalid Authorization - versionauth_malformed_access
- Invalid Authorization - malformed access tokenauth_not_jwt
- Invalid Authorizationauth_token_expired
- Token is expiredauth_token_format
- Invalid Authorization - {}auth_token_invalid_claim
- Token contained invalid claim value: {}auth_token_sig_invalid
- Token Signature is invalidauth_token_unknown
- Failed to parse tokeninsufficient_permissions
- Insufficient Permissions
object
409
Conflict
object
422
Validation Error