Delete package policy by ID

DELETE /api/fleet/package_policies/{packagePolicyId}

Spaces method and path for this operation:

delete /s/{space_id}/api/fleet/package_policies/{packagePolicyId}

Refer to Spaces for more information.

Path parameters

  • packagePolicyId string Required

Query parameters

  • force boolean

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • id string Required
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
DELETE /api/fleet/package_policies/{packagePolicyId}
curl \
 --request DELETE 'http://localhost:5601/api/fleet/package_policies/{packagePolicyId}' \
 --header "Authorization: $API_KEY"