Delete a development link
Removes one development link from a work item. Deletes only the link row — the artifact in the provider is untouched.
DELETE
/api/v1/work-items/:id/engineering/links/:linkIdAuthorization
work-items:linkapi key scoperequiredRequired scope when calling with an API key.
Path parameters
idstringrequiredCanonical work-item ID
Example: work_01k2...
linkIdstringrequiredDevelopment link ID
Example: del_01k2...
Request
curl -X DELETE "https://www.digitalstack360.com/api/v1/work-items/work_01k2.../engineering/links/del_01k2..." \
-H "Authorization: Bearer $DS_API_KEY"Examples use a placeholder key from your environment. Store your key in $DS_API_KEY — never commit it.
Response
200 OK
{}Errors
401
missing_authNo credentials provided
401
invalid_api_keyAPI key is invalid or revoked
403
scope_insufficientKey lacks work-items:link scope
404
not_foundWork item or link does not exist in the resolved workspace