Skip to main content
DELETE
/
workspaces
/
{id}
Delete a workspace
curl --request DELETE \
  --url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}
This action is irreversible. Deleting a workspace permanently removes:
  • All agents in the workspace
  • All conversations and leads
  • All tools and variables
  • Team member access
Only workspace owners can delete workspaces. You cannot delete your primary workspace.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the workspace to delete

Response

Successful response

success
boolean
required

Indicates if the deletion was successful

message
string
required

Response message confirming deletion