Delete Webhook
DELETE/api/v2/instance/:instanceId/webhook/:webhookId
Delete Webhook
Request
Path Parameters
instanceId stringrequired
ID of the instance.
webhookId stringrequired
ID of the Webhook
Responses
- 200
- 400
- 401
- application/json
- Schema
Schema
- any
BadRequestException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
UnauthorizedException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
Loading...