Unassign an application from a group
DELETE/groups/:groupId/applications/:applicationId
Unassigns an appliction from a group.
Request
Responses
- 202
- 400
- 403
- 404
- 500
The application was unassigned successfully from the group.
The provided data is not valid.
Forbidden. The request is not allowed.
The group with the given ID was not found, or the application is not assigned to this group.
An internal error occurred while processing the request.