Skip to main content
GET
/
api
/
data-privacy
/
deletion-request
/
status
Get the status of your deletion request
curl --request GET \
  --url https://api.g-tateth.com/api/data-privacy/deletion-request/status \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "hasRequest": true,
  "request": {
    "id": "<string>",
    "status": "pending",
    "reason": "<string>",
    "requestedAt": "2023-11-07T05:31:56Z",
    "processedAt": "2023-11-07T05:31:56Z",
    "rejectionReason": "<string>",
    "notes": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT session token authentication. Use for user-context requests. The token is returned by the login endpoint and expires after 15 minutes.

Response

Deletion request status

success
boolean
Example:

true

hasRequest
boolean

Whether a deletion request exists for this user

request
object

Present only when hasRequest is true