Delete Webhook Configuration
DELETE/verification/api/1.0/webhook-config/:id
Deletes a webhook configuration.
Request
Path Parameters
id stringrequired
The ID of the webhook configuration to delete.
Example: 6a32928801b19c3a8a61991d
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 0,
"message": "Success"
}
Loading...