state-machines
Delete state machine
Soft-deletes a state machine by its identifier. ORDER state machines are not deletable (canonical order flow of the account).
delete/api/v1/state-machines/{id}
Path parameters
idstring uuid required
Example:01920000-0000-7000-8000-000000000000
State machine identifier (UUID).
Response
State machine deleted.
Changes
Changed in 1 of the 9 revisions of this API.2
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the non-success response with the status
422response-non-success-status-added
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○