cancel publish
/members/{member}/publish/cancel [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.8107 | 4.9508 | xml |
Description
Cancel a publish job.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
jobid | The ID of the job to cancel | yes | string |
Permission
The member that started the job or a manager in the job's group or higher.
Response
XML returned:
<cancel> <publish id="[job ID]"> <parameters> <param name="ps-userFirstname" value="[first name]" /> ... </parameters> <status>in-progress</status> <message ... > ... </message> ... </publish> </cancel>
Error Handling
No specific errors expected for this service.