...
Ensure you include the following headers in your request:
Accept: application/json
Content-Type: application/json
X-Api-Key: YOUR_API_KEY
(replaceYOUR_API_KEY
with your actual API key)
...
Code Block | ||
---|---|---|
| ||
curl -X DELETE "https://test.onboarding.namirial.app/api/v2/requestType/YOUR_REQUEST_TYPE_ID/webhookConfiguration/YOUR_WEBHOOK_CONFIGURATION_ID" \
-H "Accept: application/json" \
-H "X-Api-Key: YOUR_API_KEY" |
...