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.
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○