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
string
required
The project link ID to remove.
Response
object
Final snapshot of the removed link:
{id, jobId, externalProjectId, externalProjectName, externalProjectUrl, provisioningMode, createdAt}.boolean
Always
true on success.