Skip to main content
DELETE
/
api
/
v1
/
storage
/
sandboxes
/
{sandbox_id}
Destroy Sandbox
curl --request DELETE \
  --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Path Parameters

sandbox_id
string
required

Response

Successful Response

success
boolean
required
message
string | null