curl --request DELETE \
--url https://api.myidvirtual.com/webhooks/:id \
--header 'Authorization: <authorization>'{
"success": true,
"message": "Webhook deletado com sucesso"
}
Remove um webhook do sistema
curl --request DELETE \
--url https://api.myidvirtual.com/webhooks/:id \
--header 'Authorization: <authorization>'{
"success": true,
"message": "Webhook deletado com sucesso"
}
{
"success": true,
"message": "Webhook deletado com sucesso"
}
curl --location --request DELETE 'http://localhost:3333/webhooks/webhook-id-123' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'