Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Delete a single object

Delete /servicedmcore/CoreIdentity/20
204 - No Conent

Delete multiple objects (Currently not available)

Multiple objects can be deleted at once. For this purpose, a select filter can be provided, which selects the objects to be edited.

DELETE /servicedmcore/CoreIdentity?filter=or(id eq 1,id eq 2)
200 - OK (Alle löschungen erfolgreich)
207 - Multi-Status (Unterschiedliche Statuscodes in den Objekten)
??? - Alle Löschungen fehlerhaft mit dem StatusCode ??? (z.B: 401)
[
    {
        "id": 4,
        "statustype": "success",
        "status": 204,
        "value": null
    },
    {
        "id": 5,
        "statustype": "success",
        "status": 204,
        "value": null
    },
    {
        "id": 6,
        "statustype": "success",
        "status": 204,
        "value": null
    }
]
  • No labels