...
...
...
Delete a single object
Code Block | ||
---|---|---|
| ||
Delete /servicedmcore/CoreIdentity/20 |
Code Block |
---|
204 - No Conent |
Mehrere Objekte löschen (Momentan nicht verfügbar)
...
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.
Code Block |
---|
DELETE /servicedmcore/CoreIdentity?filter=or(id eq 1,id eq 2) |
...