Kissaki Docs
API referenceWorkspace

Request Workspace Deletion

POST
/workspace/deletion

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

The double confirm. confirm_name must equal the organization's id or its exact name, and understood must be explicitly true: two independent gestures, so a single mis-click cannot start a deletion.

Response Body

application/json

application/json

curl -X POST "https://example.com/workspace/deletion" \  -H "Content-Type: application/json" \  -d '{    "confirm_name": "string",    "understood": true  }'
{  "requested_at": "string",  "purge_after": "string",  "requested_by": "string",  "restored_at": "string",  "pending": false,  "restorable": false}