cURL
curl --request DELETE \ --url https://api.gcore.com/cdn/admin/paid_features/{paid_feature_id} \ --header 'Authorization: <api-key>'
Disable the paid feature for a specific client.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Internal feature activation ID.
Successful.
Was this page helpful?