Remote Links
Delete a Remote Link by ID
Delete the Remote Link data currently stored for the given ID.
Deletion is performed asynchronously. The getRemoteLinkById operation can be used to confirm that data has been deleted successfully (if needed).
delete/rest/remotelinks/1.0/remotelink/{remoteLinkId}
Path parameters
remoteLinkIdstring required
The ID of the Remote Link to fetch.
Query parameters
_updateSequenceNumberinteger
This parameter usage is no longer supported.
An optional _updateSequenceNumber to use to control deletion.
Only stored data with an updateSequenceNumber 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.