Skip to main content
DELETE
/
v1
/
webhook
/
{id}
Remover webhook
curl --request DELETE \
  --url https://api.ephra.io/v1/webhook/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
Remove um webhook cadastrado. As entregas para essa URL deixam de ocorrer.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

Webhook removido

success
boolean
Example:

true