Voltar para Review Service
deleteWebhook
ENDPOINT
Exclui (desregistra) um webhook (admin).
System
Review Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{4}
path
:
"/v1/admin/webhooks/{webhookId}"
method
:
"DELETE"
successStatus
:
204
errorStatusMap
:
{6}
INTERNAL
:
500
FORBIDDEN
:
403
NOT_FOUND
:
404
RATE_LIMITED
:
429
UNAUTHORIZED
:
401
VALIDATION_ERROR
:
400
Input Schema
{3}
type
:
"object"
required
:
[3]
0
"authToken"
1
"userId"
2
"webhookId"
properties
:
{3}
userId
:
{2}
authToken
:
{2}
webhookId
:
{2}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[2]
0
"success"
1
"meta"
properties
:
{2}
meta
:
{2}
success
:
{1}