curl --request DELETE \
--url https://api.runtools.ai/v1/workspaces/{id} \
--header 'Authorization: Bearer <token>'Returns 409 WORKSPACE_IN_USE if the workspace is still referenced. Use
?force=true to delete anyway.
curl --request DELETE \
--url https://api.runtools.ai/v1/workspaces/{id} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.