GuidesAPI Reference
API Reference

Cancels a publication

Cancels a publication if it has not yet been submitted. Will fail if attempting to cancel a submitted publication. This allows the specified publication to be abandoned. See Data API Developer’s Guide in the Documentation section for publication states diagram and all possible publication states transitions.

Path Params
string
required

The ID of the publication to cancel.

Query Params
string

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters and contain only alphanumeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Responses
204

Publication was cancelled successfully.

401

Unauthorized.

403

Forbidden.

404

Publication not found.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!