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>"
}
]
}Deletes the 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>"
}
]
}Esta página foi útil?