# Delete Organization Policy

Deletes the given policy for an organization

Endpoint: DELETE /api/v2.0/orgs/{orgToken}/policies/{policyUuid}
Version: 2.0
Security: bearer-key

## Path parameters:

  - `orgToken` (string, required)
    org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: Integrate tab > API Key).

  - `policyUuid` (string, required)
    Policy UUID (by running Policies - Organization and run Get Organization Policies, or the equivalent for Product or Project.)

## Response 200 fields (application/json):

  - `supportToken` (string)
    Example: "1171c60d"

  - `retVal` (object)

  - `retVal.message` (string)
    Example: "Success!"

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"

## Response 403 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


