Skip to main content
DELETE
/
iam
/
products
/
availability
/
clients
Reset availabilities for all clients
curl --request DELETE \
  --url https://api.gcore.com/iam/products/availability/clients \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "product_names": [
    "CDN"
  ]
}
'
{
  "errors": {}
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Body

application/json
product_names
enum<string>[]
required

Service's name.

Available options:
CDN,
STORAGE,
STREAMING,
DNS,
DDOS,
CLOUD

Response

OK.