---
title: "Delete"
method: DELETE
path: "/api/v1/directories/{app_id}"
tags: ["Directory"]
---

# Delete

`DELETE /api/v1/directories/{app_id}`

Delete a directory by app_id.

## Path parameters

- `app_id` string, required — The app_id of the directory to delete.

## Request body

- C1ApiDirectoryV1DirectoryServiceDeleteRequestInput — DirectoryServiceDeleteRequest is the request message for deleting a directory. It uses URL values for input.

## Response `200`

Empty response with a status code indicating success.

- C1ApiDirectoryV1DirectoryServiceDeleteResponse — Empty response with a status code indicating success.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
