Deletes a group by its OID.Ask AIdelete https://api.astaraconnect.com/v1/groups/{oid}/deleteThis endpoint allows you to remove a group from the system.Path ParamsoiduuidrequiredGroup OID.Responses 204The group has been successfully deleted. 403You cannot delete the group. This error is thrown when you don't have the necessary permissions assigned to delete a group. 404Group not found. The system could not find a group for the provided oid. 415Group OID string has not a valid UUID format. 500The group could not be deleted due to a problem when performing the action on our side. Please, contact us so we can address this issue.Updated over 2 years ago