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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.botifiy.com/llms.txt

Use this file to discover all available pages before exploring further.

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