Delete a Sandbox
DELETE
https://routecloud.telogis.com/v1/sandboxes/{sandbox_id}.- Authentication required.
- Response body: sandbox_deleted_response.
Deletes a Sandbox.
URL Parameters
{sandbox_id}
- The id of the sandbox to delete.
Status Codes
200
- Success.401
- Authentication required.403
- The authenticated user does not have permission to perform this action.404
- Thesandbox_id
does not exist.
sandbox_deleted_response
Name | Type | Description |
---|---|---|
success | boolean | true if the sandbox was deleted successfully. |