---
title: "Remove an exclude path from a code repo"
method: POST
path: "/repositories/code/{code_repo_id}/exclude-path/remove"
---

# Remove an exclude path from a code repo

`POST /repositories/code/{code_repo_id}/exclude-path/remove`

Remove an exclude path from a code repo

## Path parameters

- `code_repo_id` integer, required

## Request body

- object
  - `path` string, required — The path to remove

## Response `200`

The code repository exclude path has been removed.

- object
  - `success` integer — The integer 1 indicating success

---

[API](https://skmtc.dev/aikido/apis/authorization.md) · [All operations](https://skmtc.dev/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
