Delete User Webhook
DELETE/api/v2/public/webhooks/user/:webhookId
Deletes a user webhook. Use this endpoint to remove a user webhook that is no longer needed.
Request
Path Parameters
webhookId stringrequired
Webhook id
Example: 401f0af9-0d31-4d0d-8a23-1f946495f0de
Responses
- 201
- 401
- 403
Empty Response
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
message string
Error description
statusCode integer
Status code of the error
{
"message": "Unauthorized",
"statusCode": 401
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
message string
Error description
error string
The type of error
statusCode integer
Status code of the error
{
"message": "Forbidden Resource",
"error": "Forbidden",
"statusCode": 403
}
Loading...