...
Endpoint
URL:
/requestType/{id}/webhookConfigurationswebhookConfiguration/{webhookConfigurationId}
Method:
DELETE
...
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-eu-ie1-api.namirialonboarding.com/api/v2/requestType/YOUR_REQUEST_TYPE_ID/webhookwebhookConfiguration/YOUR_WEBHOOK_CONFIGURATION_ID" \ -H "Accept: application/json" \ -H "X-Api-Key: YOUR_API_KEY" |
...