Purpose: Cancel the Callback, identified by a CallbackId. 

Request URI/v1.0/callbacks/{id}/cancel

Method

POST

ParametersDescription

id *
string($guid)

(path)

Guid, internal Callback identifier.

Responses

CodeDescription / Example 
200

In case of success, returns no result. Only 'Ok' status code if success.

500
{
  "Error": {
    "Code": "NotInitialized",
    "Message": "string"
  }
}
CODE