cURL
curl --request DELETE \ --url https://{server-url}/instance/delete/{instance} \ --header 'apikey: <api-key>'
{ "status": "SUCCESS", "error": false, "response": { "message": "Instance deleted" } }
Delete instance
Your authorization key header
Name of the instance to delete
Ok
The response is of type object.
object