Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete

Remove
delete/api/v1/apps/{app_id}/owners/{user_id}

Removes an owner from an app.

Path Parameters
app_idstring

App ID of the app to remove the owner from.

user_idstring

User ID of the user to remove as an owner.

Body Parameters
bodyunknown
optional

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

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/owners/$USER_ID \
    -X DELETE \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}