Workspace
Delete Workspace
Instance
Billable Item
Booking
Calendar Subscription
Invoice
Quote
Invoice Template
Project
Time Activity
Workspace
Delete Workspace
WRITE
access to the ADMIN
module is required to access this endpointDELETE
/
v2
/
workspace
curl --request DELETE \
--url https://api.sonderplan.com/v2/workspace \
--header 'Authorization: Bearer <token>'
{
"success": {
"id": 1
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the workspace to delete
curl --request DELETE \
--url https://api.sonderplan.com/v2/workspace \
--header 'Authorization: Bearer <token>'
{
"success": {
"id": 1
}
}