flags

Deactivate (clear) a flag

Deactivates (clears) a specific flag by its ID.

patch/flags/{id}/deactivate

Path parameters

idstring required

The unique identifier of the flag to deactivate.

Headers

organization-idstring

Request body

reasonstring

Optional reason recorded on the flag when it is deactivated.

Example request

{
  "reason": "Provider Terminated"
}

Changes