Saltar para o conteúdo principal
DELETE
/
public
/
v1
/
webhooks
/
webhooks
/
{webhook-id}
Delete Webhook
curl --request DELETE \
  --url https://api.topsort.com/public/v1/webhooks/webhooks/{webhook-id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Autorizações

Authorization
string
header
obrigatório

A valid API key generated in Topsort's UI.

Parâmetros de caminho

webhook-id
string
obrigatório

Id of the webhook.

Resposta

Successful Response