Skip to main content
POST
Delete a registered webhook URL

Authorizations

Authorization
string
header
required

access token

Body

application/json
url
string<uri>
required

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"