Get Queue Purge Status For Me
GET
/users/v1/person/me/purge
Get the purge status for a person of the access token.
Authorizations
- HTTPBearerHeadersOrCookie
Responses
200
Successful Response
Purge response from a purge request
object
person_id
required
Person ID that will be purged
string format: uuid
purge_on
required
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
created_on
required
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
last_modified_on
required
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
status
required
Status of the purge request
string
403
Forbidden
Message only response
object
message
required
Message
string
404
Not Found
object
auth_success
boolean
error_code
required
string
desc
required
string
500
Internal Server Error
Message only response
object
message
required
Message
string