Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idrDOC

Product Version2021 Autumn
Report Notedraft
AssigneeMartin

Resources & Remarks

Modification History

NameDateProduct VersionAction
Martin31 MAY 20212021 Autumncreated
Antje04 JUN 20212021 Autumnpublished


...

As of Versionproduct version 2021 Autumn | component version 1.0
Request MethodDELETE
Response FormatHTTP status code
Required Permission

Available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched. In the default configuration, access is granted via the YUUVIS_TENANT_ADMIN role.

>> AUTHENTICATION Service
Description


Excerpt
Deletes the group specified by id.


Required user role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:


HTTP Status CodeMeaning
204 NO CONTENTSuccessful, the specified group has been deleted
401 UNAUTHORIZEDThe call was unauthorized.
404 NOT FOUNDThe specified group was not found.


Request Example

/tenant-management/api/admin/groups/a99a0bb1-2345-6c77-8901-22dee3f4a567

Response Example

204 NO CONTENT

no response body

...