DELETE
/
v1
/
workspaces
/
{workspaceId}
curl --request DELETE \
  --url https://app.typebot.io/api/v1/workspaces/{workspaceId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Response

200 - application/json
message
string
required