Skip to main content

Delete a scan schedule

DELETE 

/api/v1/projects/:project_id/schedules/:schedule_id

Remove a schedule. Past occurrences and created runs are untouched (the occurrence ledger is the audit trail).

Neither flag- nor entitlement-gated: a downgraded org must still be able to turn off what it configured while it was paying. Stopping a schedule from FIRING after a downgrade is a separate product decision, not a side effect of the delete gate.

  • Scope required: projects:update + manager-or-above.
  • Archived projects reject the write (409).

Request

Responses

Successful Response