Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://api.equalsmoney.com/v2/webhooks/{webhookId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

webhookId
string<uuid>
required

The ID of the webhook to work with.

Example:

"da91434a-4026-42ea-84b8-d0317b64af9c"

Query Parameters

accountId
string

The ID of the account to work with.

Example:

"F50091"

Response

204 - application/json

No Content