Remove a webhook
DELETE/v1/webhooks/:id
Remove a webhook.
Request
Path Parameters
id stringrequired
Responses
- 200
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
operation stringrequired
Operation performed
success booleanrequired
Specify whether the operation was successful
{
"operation": "string",
"success": true
}
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
The list of API errors
message string
The error or warning message
code string
The message code
details
object
any additional details
property name* any
any additional details
{
"errors": [
{
"message": "string",
"code": "string",
"details": {}
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
The list of API errors
message string
The error or warning message
code string
The message code
details
object
any additional details
property name* any
any additional details
{
"errors": [
{
"message": "string",
"code": "string",
"details": {}
}
]
}
Loading...