Group Delete Job
To delete an existing group as a Product Admin, use the API below.
info
{api-base-url}
can be obtained from the MirrorFly console.
Note: This API initiates an asynchronous deletion process. To monitor the progress, use the Group Delete Job Status API.
#
HTTP requestNote: To retrieve the
groupId
required for this API, use the Get Groups List API.
#
Request ParamsParam | DataType | Required | Description |
---|---|---|---|
groupId | String | Yes | Id of the group to be deleted |
#
ResponsesIf successful, this action deletes the given group.
#
ErrorIn the case of an error, an error object like below is returned.
When the token passed in Headers is expired
In the case of a Unauthorized access (not a Product Admin)