This API call allows you to delete a specific webhook configuration associated with a request type.

Endpoint

Headers

Ensure you include the following headers in your request:

Parameters

Example cURL API call

curl -X DELETE "https://test.onboarding.namirial.app/api/v2/requestType/YOUR_REQUEST_TYPE_ID/webhook/YOUR_WEBHOOK_CONFIGURATION_ID" \
-H "Accept: application/json" \
-H "X-Api-Key: YOUR_API_KEY"

Responses