Delete an external link
Written by
Use this request to delete an issue's link to an external application object.
Request format
Before making the request, get permission to access the API.
To delete an external link, use an HTTP DELETE
request.
DELETE /v2/issues/<issue-id>/remotelinks/<external-link-id>
Host: https://api.tracker.yandex.net
Authorization: OAuth <OAuth token>
X-Org-ID: <organization ID>
Headers
-
Host
API host address:
https://api.tracker.yandex.net
-
Authorization
OAuth token in
OAuth <token value>
format. For example:OAuth 0c4181a7c2cf4521964a72ff57a34a07
-
X-Org-ID
Organization ID.
Resource
Parameter | Description | Data type |
---|---|---|
<issue-id> | ID or key of the current issue. | String |
<external-link-id> | External link ID. | String |
Response format
Request executed successfully
Request failed
If the request is successful, the API returns a response with code 204
.
The response body is missing.
If the request is processed incorrectly, the API returns a response with an error code:
- 400
- One or more request parameters have an invalid value.
- 401
- The user isn't authorized. Make sure to perform the actions described in API access.
- 403
- Insufficient rights to perform this action. You can check what rights you have in the Tracker interface. The same rights are required to perform an action via the API and interface.
- 404
- The requested object was not found. You may have specified an invalid object ID or key.