Remove OAuth

Remove an authorized OAuth client from an existing endpoint.

SecurityApiKeyAuth or BasicAuth
Request
path Parameters
endpointId
string

The Id of the endpoint configured for subscription to specified events. Required only for DELETE operations.

Example: ep_2gEymWwsWu5H5EpwbwoOwBnRQBi
Responses
204

Successful Request. Webhook Subscription Deleted Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

delete/webhooks/endpoint/oauth/{endpointId}
Request samples