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

# Remove

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

Removes an owner from an app.

## Path parameters

- `app_id` string, required — App ID of the app to remove the owner from.
- `user_id` string, required — User ID of the user to remove as an owner.

## Request body

- C1ApiAppV1RemoveAppOwnerRequestInput — RemoveAppOwnerRequest is the request body for removing an app owner. It uses URL values for input.

## Response `200`

Empty response with a status code indicating success.

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

## Changes

- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/apps/:app_id/owners/:user_id/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)
