Cancel a trigger

Cancel a trigger by sending a DELETE request to /cancel with either ttr-trigger-idheader or ttr-custom-keyheader.

Request headers

HeaderRequiredDescription
ttr-api-keyheaderYesYour API key
ttr-trigger-idheaderOne of theseThe trigger ID to cancel
ttr-custom-keyheaderOne of theseThe custom key of the trigger to cancel

Provide exactly one of ttr-trigger-idheader or ttr-custom-keyheader, not both.

Status codes

Status codeMeaning
200OKTrigger cancelled successfully
400Bad RequestBad request (missing or conflicting identifiers)
401UnauthorizedInvalid API key
404Not FoundTrigger not found
410GoneTrigger already executed or cancelled

TimeTriggers — Schedule HTTP requests at any time.