SafeWeb API
Distributor API

Delete distributor webhook endpoint

DELETE
/api/v1/distributors/webhooks/{webhookId}

Path Parameters

webhookId*string
Formatuuid

Header Parameters

SW-DISTRIBUTOR-ID*string
SW-API-KEY*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/distributors/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "SW-DISTRIBUTOR-ID: string" \  -H "SW-API-KEY: string"
{
  "success": true
}
{
  "success": false,
  "error": "string"
}
{
  "success": false,
  "error": "string"
}
{
  "success": false,
  "error": "string"
}
{
  "success": false,
  "error": "string"
}
{
  "success": false,
  "error": "string"
}