DELETE
/
technical
/
channel
curl --request DELETE \
  --url https://api.quantpilot.ai/technical/channel \
  --header 'x-api-key: <api-key>'
{
  "message": "Alert deactivated successfully",
  "webhook_id": "abc123def456"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Query Parameters

webhook_id
string
required

Unique identifier of the webhook alert to deactivate

Response

200
application/json
Alert deactivated successfully
message
string
required
Example:

"Alert deactivated successfully"

webhook_id
string
required
Example:

"abc123def456"