Skip to main content

Delete Source Schema by ID

DELETE 

/sources/:sourceId/schemas/:schemaId

Delete Source Schema by ID

Request

Path Parameters

    sourceId stringrequired

    The Source ID.

    Example: 2c9180835d191a86015d28455b4a2329
    schemaId stringrequired

    The Schema ID.

    Example: 2c9180835d191a86015d28455b4a2329

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...