cURL
curl --request POST \ --url https://your-instance.example.com/api/workspaces.delete \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '