Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 (replace YOUR_API_KEY with your actual API key)

...

Code Block
languagejson
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"

...