REST API - cancel

vapi std activation activation manager: cancel

Asks for cancellation of a running activation. Whether or not the cancellation request will have any effect depends on the implementation of the method that has to be canceled.

Request:

HTTP request

POST https://{server}/rest/com/vmware/vapi/std/activation/activation-manager?~action=cancel

Request Body Structure:

{
    "activation_id""string"
}

Request Body Parameters:

Name Type Description
bold = required
activation_id string activation identifier.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
404 not_found there is no activation with the specified id