|
|
### Beschreibung
|
|
|
|
|
|
Löscht ein oder mehrere SCOs.
|
|
|
|
|
|
### Request-URL
|
|
|
|
|
|
```text
|
|
|
https://server/lmsapi/xml?action=sco-delete
|
|
|
&sco-id=integer
|
|
|
&session=SessionCookie
|
|
|
```
|
|
|
|
|
|
### Parameter
|
|
|
|
|
|
| Name | Typ | Erforderlich | Beschreibung |
|
|
|
| --- | --- | ------------ | ------------ |
|
|
|
| sco-id | Integer | Ja | SCO-ID des Objekts |
|
|
|
| session | String | ja | Session-Cookie des LSMAPI-Nutzers |
|
|
|
|
|
|
### Rückgabewerte
|
|
|
|
|
|
| Element | Attribut | Typ | Beschreibung |
|
|
|
| ------ | -------- | --- | ------------ |
|
|
|
| status | | | Status der Antwort |
|
|
|
| | code | Erlaubter Wert | siehe [Status Codes](status-codes) |
|
|
|
|