Aurion Docs
Api

Delete Webhook

DELETE
/api/v1/webhooks/{webhook_id}
AuthorizationBearer <token>

In: header

Path Parameters

webhook_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/api/v1/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}