• Home
  • How to use Dynatrace
  • 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