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

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...

Path Parameters

id
string
required

Webhook ID

Response

200

Webhook deleted successfully