---
title: "Delete"
method: DELETE
path: "/api/v1/apps/{app_id}/owners"
tags: ["App Owner"]
---

# Delete

`DELETE /api/v1/apps/{app_id}/owners`

Delete deletes the owners from a given app.

## Path parameters

- `app_id` string, required — The app_id field for the app to remove the owner of.

## Request body

- C1ApiAppV1DeleteAppOwnersRequestInput — The request message for deleting app owners.
  - `userIds` string[], nullable — The user_ids field for the users to set as an owner of the app.

## Response `200`

the empty response message for deleting app owners.

- C1ApiAppV1DeleteAppOwnersResponse — the empty response message for deleting app owners.

---

[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/f2cf3228f366/schema)
