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: ffd7f588-223d-4653-ac2a-1b54aa449da2
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...