All requests below will use this key. Your API key is sent directly to api.cueapi.ai and never stored by the docs site.
DELETE
/v1/cues/{cue_id}Delete Cue
Permanently delete a cue and its execution history.
cue_idstringrequiredpathThe cue ID (format: cue_xxxxxxxxxxxx).
Request
bash
curl -X DELETE https://api.cueapi.ai/v1/cues/cue_a1b2c3d4e5f6 \
-H "Authorization: Bearer cue_sk_YOUR_KEY"Response
json
(empty response body)json
{
"error": {
"code": "cue_not_found",
"message": "Cue not found: cue_a1b2c3d4e5f6",
"status": 404
}
}DELETE
Try it/v1/cues/{cue_id}Replace path parameters (e.g. {cue_id}) in the URL before sending.
Enter your API key above to send requests