---
title: "Disassociate Policy Guard Scope"
method: DELETE
path: "/v2/policy_guards/scopes/{policy_guard_scope_id}/disassociate"
tags: ["Policy Guards (EAP)"]
---

# Disassociate Policy Guard Scope

`DELETE /v2/policy_guards/scopes/{policy_guard_scope_id}/disassociate`

Disassociate a project from a Policy guard scope.

## Path parameters

- `policy_guard_scope_id` string, required — Either the unique id of the policy_guard_scope, or the URL-friendly key of the policy_guard_scope (i.e: the "slug").

## Request body

- PolicyGuardScopeAssociate
  - `project_id` string, required — The unique identifier of the project of this policy scope.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/permit/apis/permit-io-api.md) · [All operations](https://skmtc.dev/permit/apis/permit-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/permit/permit-io-api/revisions/13faa12b4692/schema)
