Stampfactory
Dokumentation
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

DELETE
/roster_entries/{rosterEntry}
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

rosterEntry*string

The roster entry ID

Formatuuid

Query-Parameter

scope?|null
document_declination?boolean
reason?|
Längelength <= 500

Response-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}