cURL
curl --request DELETE \ --url https://api.futureagi.com/accounts/workspaces/{workspaceId}/ \ --header 'Authorization: Bearer <token>'
Delete a workspace
JWT token obtained from /accounts/token/ endpoint
Workspace deleted
Was this page helpful?