/api/reports/views/:id/table/indicators/:iid/conditions/:index

This method deletes selected conditional formatting for a selected table indicator.

Resource Information

Resource URL

https://service.belladati.com/api/reports/views/:id/table/indicators/:iid/conditions/:cid

HTTP Method

DELETE

Request Parameters

Parameters

Detail

Example

id

ID of the table. This ID is part of the /api/reports/:id response.

123

iid

ID of the indicator. This ID is part of the /api/views/:id/table/indicators response.AVn6TNRofe
indexIndex (order) of the conditional formatting. 5

Response Structure

If the condition is successfully deleted, the endpoint will return the response "DELETED".

Sample request/response

Using curl:

curl -X DELETE -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/reports/views/5672-UXF46PMUR7/table/indicators/AVn6TNRofe/conditions/6

The JSON format response:

DELETED

  • No labels