cURL
curl --request DELETE \ --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Destroy a sandbox and all its data sources and projects.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response