Delete a webhook by ID

Use this endpoint to de-register a specific webhook by ID.

Path Params
integer
required

The unique ID of the webhook.

Headers
string
required
length between 40 and 40

The API key of your Oneflow account.

string

The email address of a registered Oneflow user.

Responses
200

The webhook was de-registered successfully.

401

The API token or the user email is invalid.

403

The request is not authorized by the server.

404

A required entity is missing.

Language
URL