Delete Profile
1. API Description
This API is used to delete a profile.
Request mode: POST [ip]/api/profile/del
| Administrator Rights | Login Authentication |
|---|---|
| No | Yes |
2. Input Parameters
| Parameter | Type | Description |
|---|---|---|
| id | Int | Configuration ID |
3. Output Parameters
| Parameter | Type | Description |
|---|---|---|
| status | Int | Status code |
4. Example
Delete profile with ID=1
Request Example
{
"id": 1
}
Output Example
{
"status": 0
}