Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Excluir URL de Webhook
curl --request DELETE \
  --url https://production.api.noodle.cx/external/webhooks/{webhook_id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

webhook_id
string
required

Response

Successful Response