Delete Source
Delete metadata (description and tags) for a specific source
Request
URI
DELETE
https://{api_host}/api/v2/source/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
successful operation
Returns ResponseContainerSource of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"hidden": false,
"id": "string",
"description": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"markedNewEpochMillis": 0,
"creatorId": "string",
"updaterId": "string",
"sourceName": "string"
}
}