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
Path Parameters
path stringrequired
- 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 
- Pragma - string 
- Referrer-Policy - string 
- Server - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- Delete Dynamic Attribute
Schema
errorcode string
msg string
{
  "errorcode": "0",
  "msg": "success"
}
{
  "errorcode": "0",
  "msg": "success"
}
Loading...