App Owner
Remove
Removes an owner from an app.
delete/api/v1/apps/{app_id}/owners/{user_id}
Path parameters
app_idstring required
App ID of the app to remove the owner from.
user_idstring required
User ID of the user to remove as an owner.
Request body
C1ApiAppV1RemoveAppOwnerRequestInput required
RemoveAppOwnerRequest is the request body for removing an app owner. It uses URL values for input.
Response
Empty response with a status code indicating success.
C1ApiAppV1RemoveAppOwnerResponse required
Empty response with a status code indicating success.