Browse documentation
Webhooks

Delete Endpoint

delete/v1/webhook_endpoints/{endpoint_id}

Delete Endpoint

Authentication

Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.

Parameters

endpoint_id
path · required

No additional parameter description.

Example request

cURL
curl --request DELETE \
  --url 'https://api.fideralabs.com/v1/webhook_endpoints/{endpoint_id}' \
  --header 'Authorization: Bearer $FIDERA_API_KEY'

Responses

204Successful Response
422Validation Error
detail
ValidationError[]

No additional field description.

Operation ID

delete_endpoint_v1_webhook_endpoints__endpoint_id__delete