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_idpath · 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 Response422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
delete_endpoint_v1_webhook_endpoints__endpoint_id__delete