cURL
curl --request DELETE \ --url https://api.example.com/api/v1/chat/threads/{thread_id}/webhooks/{subscription_id}
Remove a webhook subscription.
ama_eat_*
curl -X DELETE https://api.ama2.me/api/v1/chat/threads/{thread_id}/webhooks/{subscription_id} \ -H "Authorization: Bearer ama_eat_your_token_here"
{ "status": "ok" }