Skip to main content
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>"
  ]
}
'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Body

application/json

DeleteChartsRequest

chart_ids
string[]

Response

Accepted