unpublishArtifact
Unpublish a TenantArtifact. Soft-deletes the artifact-derived TenantConnectorTap and its ConnectorTapContract in a single transaction. Idempotent: returns 404 ARTIFACT_NOT_PUBLISHED when no active tap exists. V1: the materialized Delta table in GCS is not removed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Workspace slug. Overrides subdomain-based workspace resolution when provided.
"acme"
Optional request correlation ID echoed back in the response.
"550e8400-e29b-41d4-a716-446655440000"
Body
Input for unpublishing a TenantArtifact. Resolves the artifact-derived
TenantConnectorTap (and its ConnectorTapContract) via artifactId and
soft-deletes both atomically. Idempotent: a second call returns 404
ARTIFACT_NOT_PUBLISHED.
UUID v4 with automatic base62 encoding for client-facing APIs