Skip to main content
DELETE
/
v1
/
ramp
/
subaccount
/
webhook
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://staging-api.bullring.finance/v1/ramp/subaccount/webhook/{webhookId} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
string<uuid>
required

Webhook ID (UUID)

Response

Webhook deleted successfully (no content).