• Home
  • Manage
  • Access control
  • User management and SSO
  • Dynatrace for Government SAML federation
  • Dynatrace for Government API - Groups
  • Delete a group

Delete a group

Use DELETE /v2/accounts/{account-uuid}/groups/{group-uuid} to remove a user group.

Endpoint

/v2/accounts/{account-uuid}/groups/{group-uuid}

Parameters

ParameterTypeDescriptionInRequired
account-uuidstring-pathrequired
group-uuidstring-pathrequired

Response

Response codes

CodeTypeDescription
200integer

Groups removed correctly

400ExceptionMessage

Invalid account or group uuid parameter

404ExceptionMessage

Account group to be removed can not be found

Response body objects

The ResponseBody object

The object doesn't provide any parameters.