Skip to main content
DELETE
/
api
/
workspaces
/
{workspaceId}
cURL
curl -X DELETE 'http://localhost:18080/api/workspaces/abc123?force=true'
{
  "message": "Workspace abc123 deleted"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

workspaceId
string
required

Query Parameters

force
enum<string>

Force delete without confirmation

Available options:
true

Response

200 - application/json

Space deleted

message
string
Example:

"Workspace abc123 deleted"