Delete Dynamic Attribute
DELETE/deleteDynamicAttribute
This API deletes dynamic attributes in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
securitysystem
endpoint
updateuser
dynamicattributes
- attributename list
Request
- application/json
Body
dynamicattributes string
endpoint string
securitysystem string
username string
Responses
- 200
Delete Dynamic Attribute
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Delete Dynamic Attribute
Schema
errorcode string
msg string
{
"errorcode": "0",
"msg": "success"
}
{
"errorcode": "0",
"msg": "success"
}
Loading...