Feature Flags
Delete a Feature Flag by ID
Delete the Feature Flag data currently stored for the given ID.
Deletion is performed asynchronously. The getFeatureFlagById operation can be used to confirm that data has been deleted successfully (if needed).
delete/rest/featureflags/0.1/flag/{featureFlagId}
Path parameters
featureFlagIdstring required
The ID of the Feature Flag to delete.
Query parameters
_updateSequenceIdinteger
This parameter usage is no longer supported.
An optional _updateSequenceId 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 help ensure submit/delete requests are applied correctly if issued close together.
Response
Delete has been accepted. Data will eventually be removed from Jira if it exists.