Skip to main content
POST
unpublishArtifact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Tenant
string

Workspace slug. Overrides subdomain-based workspace resolution when provided.

Example:

"acme"

X-Request-ID
string<uuid>

Optional request correlation ID echoed back in the response.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json

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.

artifactId
string
required

UUID v4 with automatic base62 encoding for client-facing APIs

Response

Successful response

data
object
required

Result of unpublishing a TenantArtifact. Returns the ids of the soft-deleted tap and contract for caller bookkeeping.

meta
object
required