Skip to main content

Delete a Generic Object

POST 

/dynamic-svc/objects/delete

Removes a dynamic object from the system based on the provided conditions. Requires authorization and user authentication.

Request

Body

required

Delete request payload

    filters

    object[]

  • Array [

  • fields string[]
    jsonValues string

    JSONValues is a JSON marshalled array of values. It's JSON marhalled due to the limitations of the Swaggo -> OpenAPI 2.0 -> OpenAPI Go generator toolchain.

    op string

    Possible values: [equals, containsSubstring, startsWith, intersects, isInList]

  • ]

  • table string

Responses

Successful deletion of object

Schema

    object

Loading...