Delete WebHook

Delete an existing WebHook. After deletion, the WebHook is permanently unavailable, and event notifications will no longer be pushed to the callback URL. Provide url + categoryName + event together to match the target WebHook(s); all three are required.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Where to Find WebHook Event Codes

For the list of supported WebHook event codes and their corresponding event types, see Supported Event Codes.

Form Data
string
required
length ≤ 1024
^https?://.*

Callback URL (exact match, used with categoryName + event to locate the WebHook(s) to delete). Must be a valid complete http(s) URL; maximum 1024 characters (inclusive; 1024 accepted, 1025 rejected).

string
required

Associated API_USER, or the special value all (matches category -1). Must be an existing API_USER; otherwise WEBHOOK_APIUSER_NOT_FOUND (40715) is returned before any deletion.

string
required

Event types (comma-separated valid codes; used with url + categoryName for matching). Valid codes: 1, 3, 4, 5, 7, 10, 11, 12, 18, 81, 83. Same format rules as add-webhook: a leading comma or empty token returns WEBHOOK_EVENTTYPELIST_INCORRECT (40704); a trailing comma is tolerated; whitespace around tokens is trimmed. Code 25 (Inbound Route) is a default event and not subscribable.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json