Deleting a Custom Palette

Deletes a custom palette attached to a Web Intelligene document.

Request

DELETE <webiURL>/documents/{documentId}/palettes/{paletteId}

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {paletteId} is the custom palette identifier retrieved from the list of palettes
Response

Response type: application/xml or application/json

The response is a message stating the success or failure of the request.

Example

DELETE <webiURL>/documents/1234/palettes/ac468f5c-2035-42ca-8e6f-76700657fa91

<success>
    <message>The resource of type "Palette" with identifier "ac468f5c-2035-42ca-8e6f-76700657fa91" has been successfully removed.</message>
    <id>ac468f5c-2035-42ca-8e6f-76700657fa91</id>
</success>