Groups resouce

Delete group

OVERVIEW

Request

DELETE /groups/{id}

Purpose: we need to provide group  id of the group to be deleted / archieved. Response success codes 200 or 204 or it will return error object in case of failure

Response

In case of a Sucess 200 or 204 

In case of a failure the response body will have the error code

<error>

            <ref> Error reference code in at which full stack trace can be obtained</ref>

           <summery> Details for the error </summery>

          <atom:link rel="self" href="…/errors/200" />  // returns the full strack trace and other details for why the error happened

</error>                                                                                                         

Comments


5 Comments

Last Updated: Jun 09,2023