DELETE
/
v1
/
charts
v1 Delete Charts
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.

Authorizations

Authorization
string
header
required

JWT token for authentication

Body

application/json

DeleteChartsRequest

The body is of type object.

Response

Accepted