Skip to main content
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}.
boolean
Always true on success.

Errors