cURL
curl --request POST \ --url https://webhooks.platform.arb.inc/urls/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://example.com/webhook" } '
"URL successfully deleted"
Removes a registered webhook URL from the organization.
access token
The webhook URL to delete.
"https://example.com/webhook"
URL successfully deleted.
The response is of type string.
string