REST API - cancelBusinessService

The table summarizes the REST API - cancelBusinessService.

Request

Format
DELETE <baseurl>/businessservice/cancel/<processid>
Path parameters processid: Unique identifier of a currently active business service instance. This must be a value returned earlier in the pageResponse.context.processReference.id element of a startBusinessService or updateBusinessService response.

Response

JSON Returns a JSON representation of the contents of a cancelBusinessServiceResponse element.
XML Returns the contents of a cancelBusinessServiceResponse element (from the BusinessService schema)

Example

Request
DELETE <baseurl>/businessservice/cancel/pvm:0a10l
Response
<?xml version="1.0" encoding="UTF-8"?>
<status>SUCCESS</status>