---
title: "Reset Scope Config"
method: DELETE
path: "/v2/projects/{proj_id}/{env_id}/opal_scope"
tags: ["Scope Configurations"]
---

# Reset Scope Config

`DELETE /v2/projects/{proj_id}/{env_id}/opal_scope`

Reset the custom OPAL Scope config for a given environment to the default.

## Path parameters

- `proj_id` string, required — Either the unique id of the project, or the URL-friendly key of the project (i.e: the "slug").
- `env_id` string, required — Either the unique id of the environment, or the URL-friendly key of the environment (i.e: the "slug").

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/permit/apis/permit-io-api.md) · [All operations](https://skmtc.net/permit/apis/permit-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/permit/permit-io-api/versions/f3391dcb29a4/schema)
