Skip to main content
DELETE
/
api
/
public
/
v1
/
webhooks
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://app.tagadapay.com/api/public/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "id": "wh_abc123"
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Path Parameters

id
string
required

Response

Successful response