Delete Publication Pattern

Delete Publication Pattern

DELETE /api/.../publicationpatterns/{id}?ignorestatus={false}

Delete publication pattern.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the publication pattern.
ignorestatus bool Yes Indicator to allow deleting the publication pattern if issues/parts exist. Default is false if not specified.

Response Information

True is returned upon success.

Example
application/json, text/json
true

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid publication pattern ID

Required Permissions

Permission IDs found here.

    CR_AccessSerials_Allow (),
    CR_SerialCopyRecords_Access (based on owner ID)