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: 89bd6a0f-c98b-4b50-9279-d1fe24dd3832
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...