Skip to content
OpenTrain AIOpenTrain AIOpenTrain AIDocs

Ask OpenTrain

Answers from the documentation, with sources.

What would you like to do with OpenTrain?

AI answers can be mistaken. Check the linked sources. Don’t include private account information.

Open app

DEVELOPER DOCUMENTATION

Delete Project Link

Permanently remove a project link. The response carries a final snapshot, and a project_link.removed event is emitted.

DELETE/api/partner/v1/project-links/{linkId}

Permanently removes a project link. The link row is hard-deleted — the response and the emitted project_link.removed event carry the final snapshot of its data. Contract events for the job stop unless another link on the install references the same job.

There is no update operation on links: to re-point a project at a different job, delete and create again.

Requirements: project-links:write scope.

deletedboolean

Always true on success.

StatuscodeMeaning
401UNAUTHORIZEDMissing, invalid, or revoked token
403FORBIDDENToken lacks project-links:write
404NOT_FOUNDNo link with this ID on this install