cURL
curl --request DELETE \ --url https://{server-url}/instance/delete/{instance} \ --header 'apikey: <api-key>'
{ "status": "SUCCESS", "error": false, "response": { "message": "Instance deleted" } }
Deletes instance
Your authorization key header
ID of the instance to connect
Ok
The status of the response.
Indicates whether an error occurred.
Show child attributes