Delete Webhook Subscription
This API deletes the specific webhooks subscription.
Request
URI
DELETE
https://{api_host}/tcsa/api/webhooks/v1/subscriptions/{id}
COPY
Responses
204
No Content
Operation doesn't return any data structure
404
Cannot find requested resource
Operation doesn't return any data structure
500
Internal server error
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/tcsa/api/webhooks/v1/subscriptions/{id}