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
POST /operations/v1/{id}/cancel
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://api.fullstory.com/operations/v1/{id}/cancel
- cURL
- Python
- Go
- Javascript
curl -L -X POST 'https://api.fullstory.com/operations/v1/:id/cancel' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X POST 'https://api.fullstory.com/operations/v1/:id/cancel' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X POST 'https://api.fullstory.com/operations/v1/:id/cancel' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X POST 'https://api.fullstory.com/operations/v1/:id/cancel' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'