Skip to main content
DELETE
/
security
/
sifter
/
v3
/
profiles
/
{protection_profile_id}
Delete protection profile
curl --request DELETE \
  --url https://api.gcore.com/security/sifter/v3/profiles/{protection_profile_id} \
  --header 'Authorization: <api-key>'
{}

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

Path Parameters

protection_profile_id
integer
required

A positive integer ID

Required range: 1 <= x <= 1000000000

Response

Successful Response