Dienstplan-Einträge
Eintrag löschen
Delete an entry, optionally across its series (scope). Scoped calls answer with the affected_count; the default single delete stays 204
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
rosterEntry*string
The roster entry ID
Format
uuidQuery-Parameter
scope?|null
document_declination?boolean
reason?|
Länge
length <= 500Response-Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/roster_entries/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "affected_count": 0}