Delete Source
1. API Description
This API is used to delete a source.
Request mode: POST [ip]/api/source/del
| Administrator Rights | Login Authentication |
|---|---|
| No | Yes |
2. Input Parameters
| Parameter | Type | Description |
|---|---|---|
| id | Int or Array | Source ID, can be a number or an array |
3. Output Parameters
| Parameter | Type | Description |
|---|---|---|
| status | Int | Status code |
4. Example
Delete source with ID=1
Input Example
{
"id": [ 1 ]
}
Output Example
{
"status": 0
}