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
Documentation IndexFetch the complete documentation index at: https://doc.evolution-api.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.evolution-api.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
ID of the instance to connect
Ok
The status of the response.
Indicates whether an error occurred.
Show child attributes