Remove a linked or mounted resource placement
Detaches a placement from the workspace and returns the deleted id, leaving the resource untouched at the provider. Requires both the `resources:write` and `integrations:write` workspace permissions. Send an `Idempotency-Key` header to make retries safe; a replay within the window returns the original response.
Authorization
apiKey Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/workspaces/string/integrations/placements/string"{ "data": { "id": "string" }}{ "_tag": "ApiNotFound", "error": "not_found", "message": "That item does not exist, or this key cannot see it.", "status": 404}{ "_tag": "ApiNotFound", "error": "not_found", "message": "That item does not exist, or this key cannot see it.", "status": 404}Read the resource behind a placement
Returns the placement together with the external resource it points at, which is how a workspace item resolves back to its provider origin. Requires both the `resources:read` and `integrations:read` workspace permissions; an unknown placement is reported as not found.
Link a provider resource into the workspace
Creates a link or shortcut item in the workspace pointing at a browsed provider resource, optionally under `parentItemId` and with a custom title, and returns the resource with its new placement. Requires both the `resources:write` and `integrations:write` workspace permissions. Send an `Idempotency-Key` header to make retries safe; a replay within the window returns the original response.