Requests cancellation of a background job. Idempotent — cancelling an already-terminal job returns 204 without effect on the worker. The request body is optional; if provided, the reason is recorded alongside the cancellation event.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>
Get your API key from the Reply dashboard: Settings → API Key.
Background job identifier (must be a non-empty GUID)
Optional payload for cancelling a background job. The body itself is optional — POST with an empty body is valid.
Optional human-readable reason for the cancellation, recorded with the job
Cancellation requested successfully (or already cancelled — idempotent)