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
systemkey string[]
updateuser string
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 [
]
errorcode string
msg string
securitysystems
object[]
9 string
10 string
{
"errorcode": "0",
"msg": "success",
"securitysystems": [
{
"9": "Securitysystem deleted"
},
{
"10": "Securitysystem deleted"
}
]
}
{
"errorcode": "0",
"msg": "success",
"securitysystems": [
{
"9": "Securitysystem deleted"
},
{
"10": "Securitysystem deleted"
}
]
}
Loading...