---
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.

## Changes

- **2026-08-21** `f2cf3228f366` — 1 breaking
  - the request property `userIds` became not nullable
- **2025-09-26** `a529d0d76cb5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/apps/:app_id/owners/delete.md)

---

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