English
WRITE
ADMIN
curl --request DELETE \ --url https://api.sonderplan.com/v2/workspace \ --header 'Authorization: Bearer <token>'
{ "success": { "id": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the workspace to delete
Successful Operation
The response is of type object.
object