Organization
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 }}Create a workspace POST
Creates a workspace inside the connected organization. Optionally grant it sender seats from the organization pool with `seatAllocation`. Requires the connected workspace to be an organization (otherwise `403`).
Get a workspace GET
Returns one workspace inside the connected organization, including its members, the organization managers granted access via the organization (read-only), and pending invites.