SnozeDevelopers
API referenceIntegrations

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.

DELETE
/v1/workspaces/{workspaceId}/integrations/placements/{placementId}
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

workspaceId*string
placementId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/workspaces/string/integrations/placements/string"
{  "data": {    "id": "string"  }}