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

Documentation Index

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

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

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance to delete

Response

Ok

status
string

The status of the response.

error
boolean

Indicates whether an error occurred.

response
object