Organization
DELETE
/workspaces/{id}

Removes the workspace from the organization. Rejected with 400 while it still has connected sender accounts, disconnect them first.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/workspaces/string"
{  "data": {    "ok": true  }}