API Reference
cURL
curl --request DELETE \ --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId} \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "Workspace deleted successfully" } }
Deletes a specific workspace by ID
JWT authentication for organization-scoped endpoints.
Organization ID
Workspace ID
Workspace deleted successfully
Response containing a success message
Success message data
Show child attributes
Was this page helpful?