Skip to main content
PUT
/
di
/
configurations
/
{type}
/
{identifier}
/
status
{
  "object": {
    "type": "<string>",
    "identifier": "<string>",
    "name": "<string>",
    "object": {},
    "description": "",
    "context": {},
    "owner": "<string>",
    "removable": false,
    "resettable": false,
    "disabled": false,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "editor": "<string>",
    "label": [
      "<string>"
    ],
    "tag": [
      "<string>"
    ]
  }
}

Path Parameters

type
string
required

Type identifier

identifier
string
required

Configuration identifier

Query Parameters

space
string

Space Identifier

Body

application/json
disabled
boolean
required

Whether the configuration is disabled

Response

Deleted an object configuration

object
object