Delete a registered webhook URL
urls
Delete a registered webhook URL
Removes a webhook URL from the organization’s registered endpoints. Once deleted, the URL will no longer receive event notifications from the platform.
POST
Delete a registered webhook URL
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Body
application/json
The webhook URL to delete from the organization's registered endpoints
Example:
"https://api.example.com/webhooks/arb-platform"
Response
URL successfully deleted
The response is of type string.
Example:
"URL successfully deleted"