Delete specific policy object

Deletes a specific policy object for the authenticated user.

SecuritybearerAuth
Request
path Parameters
id
required
integer

Policy ID for the specified policy

Example: 123456
query Parameters
o
required
integer

Organization ID for the specified policy

Example: o=123456
Responses
204

Successful Operation

4XX

Invalid Request

default

Invalid Request

delete/policies/{id}
Request samples
$apiKey = 'your_automox_api_key'
$headers = @{ "Authorization" = "Bearer $apiKey" }
$url = "https://console.automox.com/api/policies/12345?o=0000"
$response = (Invoke-WebRequest -Method Delete -Uri $url -Headers $headers).Content
Response samples
application/json
{
  • "errors": [
    • "string"
    ]
}