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"
}

Overview

Deletes one of your subscriptions. You can only delete subscriptions you own; deleting an unknown or other-account id returns 404.
Authenticate with your API key - the same Authorization: Bearer YOUR_API_KEY you use for the rest of the API. You can also manage webhooks from your dashboard.

Authorizations

Authorization
string
header
required

API key authentication using Bearer token

Path Parameters

id
string
required

Response

Deleted