Vigilfield Docs
API referenceSources

Source_detach

POST/sources/{id}/detach

Path Parameters

id*string

Source id

Response Body

application/json

curl -X POST "https://example.com/sources/string/detach"
{  "attached_table_id": "string",  "created_at": "string",  "cwl_observed_retention": null,  "description": "string",  "http_credential": null,  "id": "string",  "ingestion": null,  "name": "string",  "org_id": "string",  "output_schema": [    {      "data_type": "string",      "description": "string",      "name": "string",      "nullable": true,      "vrl_expression": "string"    }  ],  "owner_team_id": "string",  "template_id": "string",  "template_version": 0,  "updated_at": "string",  "warnings": [    "string"  ]}