POST
/
white_label
/
delete
curl --request POST \
  --url https://api.carbon.ai/white_label/delete \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "ids": [
    123
  ]
}'
"<any>"

Authorizations

authorization
string
header
required

Bearer <token>, corresponds to API keys.

Body

application/json
ids
integer[]
required

Response

200
application/json
Successful Response

The response is of type any.