Deletes link messages
Deletes link messages This feature is available only in AA-14FB panel
- application/json
Request Body required
- link_ids string[]
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
result object[]
link_id stringextended_info stringPossible values: [
deleted
,not exist
]
{
"result": [
{
"link_id": "23d",
"extended_info": "deleted"
}
]
}
Wrong JSON body: No value for messages
Log in
Administrator rights required
Loading...