Delete a source
curl --request DELETE \
--url https://api.arklow.io/v1/orgs/{org_id}/sources/{id} \
--header 'x-arklow-auth: <api-key>'{
"data": {
"id": "<string>",
"org_id": "<string>",
"name": "<string>",
"status": "active",
"ingest": {
"variant": "<string>",
"version": 2
},
"runtime": {
"min_shards": 2,
"max_shards": 2,
"desired_shards": 2,
"max_inflight": 2,
"poll_wait_seconds": 2,
"lease_ttl_seconds": 2,
"heartbeat_seconds": 2
},
"version": "<string>",
"applied_version": "<string>",
"generation": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"type": "aws_sqs",
"config": {
"queue_url": "<string>",
"region": "<string>"
},
"planner_updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"credential_id": "<string>"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
]
}Delete a source
DELETE
/
v1
/
orgs
/
{org_id}
/
sources
/
{id}
Delete a source
curl --request DELETE \
--url https://api.arklow.io/v1/orgs/{org_id}/sources/{id} \
--header 'x-arklow-auth: <api-key>'{
"data": {
"id": "<string>",
"org_id": "<string>",
"name": "<string>",
"status": "active",
"ingest": {
"variant": "<string>",
"version": 2
},
"runtime": {
"min_shards": 2,
"max_shards": 2,
"desired_shards": 2,
"max_inflight": 2,
"poll_wait_seconds": 2,
"lease_ttl_seconds": 2,
"heartbeat_seconds": 2
},
"version": "<string>",
"applied_version": "<string>",
"generation": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"type": "aws_sqs",
"config": {
"queue_url": "<string>",
"region": "<string>"
},
"planner_updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"credential_id": "<string>"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
]
}⌘I