Skip to content

Dequeue Person For Purge

DELETE
/users/v1/person/{person_id}/purge

Dequeue a Person that is queued to be purged. This will only work if the purge has not already begun.

Required Permissions:

  • For any person (including themselves) any of: purge:*:*, purge:person:admin

Authorizations

Parameters

Path Parameters

person_id
required
string format: uuid

Responses

204

Successful Response

403

Error Codes:

  • auth_invalid_key_id - Invalid Authorization - Invalid Key ID in Access Token
  • auth_invalid_version - Invalid Authorization - version
  • auth_malformed_access - Invalid Authorization - malformed access token
  • auth_not_jwt - Invalid Authorization
  • auth_token_expired - Token is expired
  • auth_token_format - Invalid Authorization - {}
  • auth_token_invalid_claim - Token contained invalid claim value: {}
  • auth_token_sig_invalid - Token Signature is invalid
  • auth_token_unknown - Failed to parse token
  • insufficient_permissions - Insufficient Permissions
object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string