cURL
curl --request DELETE \ --url https://api.kakiyo.com/v1/workspaces/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Workspace deleted successfully", "stats": { "agentsUnassigned": 3, "campaignsUpdated": 5, "chatsUpdated": 150 } }
Permanently deletes a client workspace and cleans up all associated resources. Agency plan required.
DELETE https://api.kakiyo.com/v1/workspaces/:workspaceId
workspaceId
curl -X DELETE "https://api.kakiyo.com/v1/workspaces/69724d900007cfde1d88" \ -H "Authorization: Bearer YOUR_API_KEY"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Workspace deleted successfully
"Workspace deleted successfully"
Show child attributes