Create Deletion Request
POST /api/public/deletion-requests
Headers:
X-API-Key: <PAT>
Body (JSON):
workspaceApiKey(string) — the target workspace API keyidentifier(string) — the user identifier
Response 201 (JSON):
id(string)workspaceId(string)identifier(string)status(string) — initial staging status- other metadata
Errors:
- 400 when
identifieris missing - 404 when workspace or organization not found
Last updated on