Skip to main content
DELETE
/
security
/
sifter
/
v3
/
protected_networks
/
documents
/
{document_id}
Delete protected document
curl --request DELETE \
  --url https://api.gcore.com/security/sifter/v3/protected_networks/documents/{document_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

document_id
integer
required

A positive integer ID

Required range: 1 <= x <= 1000000000

Response

Successful Response