cURL
curl --request DELETE \ --url https://api.quantpilot.ai/technical/channel \ --header 'x-api-key: <api-key>'
{ "message": "Alert deactivated successfully", "webhook_id": "abc123def456" }
Deactivates an existing channel alert by setting is_active to false
API key for authentication
Unique identifier of the webhook alert to deactivate
Alert deactivated successfully
The response is of type object.
object