Skip to main content
POST
/
security
/
sifter
/
v3
/
protected_networks
/
{protected_network_id}
/
deactivate
Deactivate protected network
curl --request POST \
  --url https://api.gcore.com/security/sifter/v3/protected_networks/{protected_network_id}/deactivate \
  --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

protected_network_id
integer
required

A positive integer ID

Required range: 1 <= x <= 1000000000

Response

Successful Response