Deleting a Style

Deletes a style from a Web Intelligence document.

Request

DELETE <webiURL>/documents/{documentId}/styles/{styleId}

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {styleId} is the style identifier from the list of styles of the document
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/5022/styles/L4

<success>
    <message>The resource of type 'Style' with identifier 'L4' has been successfully removed.</message>
    <id>L4</id>
</success>