Delete a group
  • 01 Jul 2021
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Delete a group

  • Dark
    Light
  • PDF

Article Summary

Delete users

DELETE /groups/{externalId}

NameData TypeDescription
Content-type:application/jsonfor all requests
Authorization:EAPI {token}for all requests

Request Parameters

Parameters indicated with a * are mandatory

ParameterTypeDescriptionmax length
externalId*StringThe external ID of a user that needs to be fetched. The ExternalId will be known as "OrganisationID " in the Cirrus platform

Sample successfull Response

{
    "SuccessfullyRemoved": [
        "NewGroup"
    ]
}


Sample unsuccessfull Response

{
    "Success": false,
    "Errors": "Group with ExternalId [NewGroup] is not found."
}

Responses

CodeDescription
200Successful operation
400Possible errors:
Group with ExternalId [{externalId}] is not found
Group or its children are used
403Not allowed to use external API
500Internal server error


Was this article helpful?