Skip to content

Delete an endpoint

DELETE
/v1/webhook-endpoints/{id}
curl --request DELETE \
--url https://api.fromenance.com/v1/webhook-endpoints/whe_01J8Z9X0Q3K4M5N6P7R8S9T0V1 \
--cookie fromenance.session_token=<fromenance.session_token>
id
required
string
/^whe_[0-9A-Z]{26}$/
Example
whe_01J8Z9X0Q3K4M5N6P7R8S9T0V1

Deleted

Media typeapplication/json
object
ok
required
boolean
Example
{
"ok": true
}