curl --request DELETE \
--url https://api.zapthinker.com/instance/logout/{instance} \
--header 'apikey: <api-key>'{
"status": "SUCCESS",
"error": false,
"response": {
"message": "Instance logged out"
}
}Makes logout on instance
curl --request DELETE \
--url https://api.zapthinker.com/instance/logout/{instance} \
--header 'apikey: <api-key>'{
"status": "SUCCESS",
"error": false,
"response": {
"message": "Instance logged out"
}
}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.