An optional property to use to control deletion. Only stored data with an updateSequenceId less than or equal to that provided will be deleted. This can be used to help ensure submit/delete requests are applied correctly if they are issued close together.
Optionaloptions: RequestOptions
Deletes development information entities which have all the provided properties. Repositories which have properties that match ALL of the properties (i.e. treated as an AND), and all their related development information (such as commits, branches and pull requests), will be deleted. For example if request is
DELETE bulk?accountId=123&projectId=ABCentities which have propertiesaccountId=123andprojectId=ABCwill be deleted. Optional param_updateSequenceIdis no longer supported. Deletion is performed asynchronously: specified entities will eventually be removed from Jira.