Skip to main content

Netskope Help

Delete a Storage Scan Policy

Use this endpoint to delete a storage scan policy. After deleting a policy, use the Apply Changes endpoint to update your tenant.

Request Endpoint
https://<tenant-name>.goskope.com/api/v1/storage_scan_policies/?token=<token>&op=delete&policy_name=<policy_name>

Valid parameters include:

Key

Type

Value

Description

op

string

delete

Required. Operation performed.

policy_name

string

URL-encoded string

Required. Name of the storage policy.

Example Delete Policy Request
POST 'https://<tenant-name>.goskope.com/api/v1/storage_scan_policies/?token=<token>&op=delete&policy_name=HQ_storage'