cURL
curl --request DELETE \ --url http://api.globalwebindex.com/v1/charts \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "chart_ids": [ "<string>" ] }'
This response does not have an example.
Delete multiple charts by specifying their ids.
JWT token for authentication
DeleteChartsRequest
The body is of type object.
object
Accepted
Was this page helpful?