Skip to Content
APIDeletion RequestsCreate

Create Deletion Request

POST /api/public/deletion-requests

Headers:

  • X-API-Key: <PAT>

Body (JSON):

  • workspaceApiKey (string) — the target workspace API key
  • identifier (string) — the user identifier

Response 201 (JSON):

  • id (string)
  • workspaceId (string)
  • identifier (string)
  • status (string) — initial staging status
  • other metadata

Errors:

  • 400 when identifier is missing
  • 404 when workspace or organization not found
Last updated on