Platform API reference
Delete Project Link
Permanently remove a project link. The response carries a final snapshot, and a project_link.removed event is emitted.
DELETE
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.
Request
The project link ID to remove.
Response
Final snapshot of the removed link:
{id, jobId, externalProjectId, externalProjectName, externalProjectUrl, provisioningMode, createdAt}.Always
true on success.Errors
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Token lacks project-links:write |
404 | NOT_FOUND | No link with this ID on this install |