Airbyte · Example Payload

Airbyte Deletedeclarativesourcedefinition Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Deletedeclarativesourcedefinition Example is an example object payload from Airbyte, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "deleteDeclarativeSourceDefinition",
  "method": "DELETE",
  "path": "/workspaces/{workspaceId}/definitions/declarative_sources/{definitionId}",
  "summary": "Airbyte Delete a Declarative Source Definition.",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "deleteDeclarativeSourceDefinition200Example",
      "example": {
        "id": "abc123",
        "name": "example-name",
        "manifest": "example",
        "version": 1
      }
    }
  ]
}