Delete Security System
DELETE/deleteSecuritySystem
This API deletes Security System in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
updateuser
systemQuery
or systemkey
(If both are passed then systemkey will be considered)
Request
- application/json
Body
systemkeystring[]
Example:
["9","10"]
updateuserstring
Example:
admin
Responses
- 200
Delete Security System
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Delete Security System
Schema
Array [
]
errorcodestring
Example:
0
msgstring
Example:
success
securitysystems
object[]
9string
Example:
Securitysystem deleted
10string
Example:
Securitysystem deleted
{
"errorcode": "0",
"msg": "success",
"securitysystems": [
{
"9": "Securitysystem deleted"
},
{
"10": "Securitysystem deleted"
}
]
}
{
"errorcode": "0",
"msg": "success",
"securitysystems": [
{
"9": "Securitysystem deleted"
},
{
"10": "Securitysystem deleted"
}
]
}