Skip to main content
DELETE
/
api
/
webhook-subscriptions
/
{id}
Delete Webhook Subscription
curl --request DELETE \
  --url https://auth.exchangeratesapi.com.au/api/webhook-subscriptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Webhook deleted"
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token

Path Parameters

id
string
required

Response

Deleted