curl --request DELETE \
--url https://{defaultHost}/v1/workspaces/{id} \
--header 'X-Authorization: <api-key>'{
"error": "<string>"
}Delete a workspace. Only owners can delete. Workspace must have no apps or active users.
curl --request DELETE \
--url https://{defaultHost}/v1/workspaces/{id} \
--header 'X-Authorization: <api-key>'{
"error": "<string>"
}Was this page helpful?