States
Delete a state
Returns NOT_FOUND if the state record does not exist. Returns FAILED_PRECONDITION if the state is currently locked.
Scope: state:admin
Authorization
bearerAuth AuthorizationBearer <token>
Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer adm_pat_...
In: header
Path Parameters
state_id*state_id
The unique identifier of the state record to delete (UUID). Fails if the state is currently locked -- force-unlock first.
Format
uuidResponse Body
application/json
curl -X DELETE "https://admiral.example.com/api/v1/states/497f6eca-6276-4993-bfeb-53cbbbba6f08"{}