DELETE
/
instance
/
delete
/
{instance}
curl --request DELETE \
  --url https://api.l2msg.com/whatsapp/instance/delete/{instance} \
  --header 'apikey: <api-key>'
{
  "status": "SUCCESS",
  "error": false,
  "response": {
    "message": "Instance deleted"
  }
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance to delete

Response

200
application/json
Ok
status
string

The status of the response.

error
boolean

Indicates whether an error occurred.

response
object