Cancel Operation
Cancel an in-progress operation using an operation ID
Not all operations are cancelable since that could leave some system or data in an invalid or partial state.
Cancelable operations are:
Path Parameters
id string required
The ID of the initiated operation
Responses
200
A successful response.
Returned if cancelling is not supported for the type of operation.
Schema
Schema
- any
Loading...