Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request DELETE \ --url http://localhost:4000/api/v1/workspaces/{workspace_key} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "<string>", "message": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace removed
Contact support