DELETE
/
v2
/
target_schemas
/
{id}

Authorizations

lume-api-key
string
headerrequired

Path Parameters

id
string
required

The ID of the target schema to retrieve.

Query Parameters

include
enum<string>[]
Available options:
target_schema

Response

200 - application/json
id
string
required

The UUID of the target schema.

user_id
string
required

The UUID of the user who created the target schema.

name
string | null

The user-provided name of the target schema. Must be unique within the organization.

filename
string | null

The name of the uploaded file containing the target schema.

schema
object | null

The target JSON schema to which data will be mapped.