Delete a Webhook
Endpoint Information
Path Parameter
Response Structure
{
"code": 200, // (number: response code)
"msg": "SUCCESS", // (string: message)
"data": { // (object: deletion result)
"result": true // (boolean: indicates if the deletion was successful)
}
}
