curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/workspaces/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Deletes the workspace with the given workspace ID.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/workspaces/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workspace id of the space
Was this page helpful?