Skip to main content
Version: v1

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.

POST /operations/v1/{id}/cancel
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://api.fullstory.com/operations/v1/{id}/cancel
curl -L -X POST 'https://api.fullstory.com/operations/v1/:id/cancel' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'