cURL
curl --request DELETE \ --url https://api.sandbox.teal.dev/v0/platform/instances/{instance_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Deletes an Instance in the sandbox environment. To deactivate an Instance in a production environment, use the Update Subscription endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The instance ID
Successful Response