Skip to main content
DELETE
/
instance
/
delete
/
{instance}
Delete Instance
curl --request DELETE \
  --url https://api.botifiy.com/instance/delete/{instance} \
  --header 'apikey: <api-key>'
{
  "status": "<string>",
  "error": true,
  "response": {
    "message": "<string>"
  }
}

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance to delete

Response

Ok

status
string

Status of the operation

error
boolean

Whether an error occurred

response
object