Skip to main content
POST
/
v1
/
governance
/
rtbf
/
requests
Submit Rtbf Request
curl --request POST \
  --url https://api.example.com/v1/governance/rtbf/requests \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "reason": "<string>",
  "mode": "anonymize"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Body for submitting a Right-To-Be-Forgotten request (admin only).

email
string
required
reason
string | null
Maximum string length: 2000
mode
enum<string>
default:anonymize
Available options:
erase,
anonymize

Response

Successful Response

The response is of type Response Submit Rtbf Request V1 Governance Rtbf Requests Post · object.