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
- application/json
Body
required
Delete request payload
Array [
]
filters
object[]
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
- 200
- 400
- 401
- 500
Successful deletion of object
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Invalid JSON
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...