Webhooks
Delete webhook
Delete a webhook.
Request
curl -X DELETE "https://api.blueticks.co/v1/webhooks/string"{
"success": true,
"data": {
"id": "string",
"deleted": true
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Response
Response Body
application/json
application/json