Skip to content

Commit

Permalink
Update KIM_API.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-uku authored Sep 8, 2022
1 parent 6827743 commit c5a12b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/KIM_API.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ keine Parameter
*Beispielabfrage:*
[source, bash]
-----------------
curl -X 'DELETE' \
curl -X 'POST' \
'https://account-manager.hrst1.kim.telematik/AccountMgmt/v2.2/account/[email protected]' \
-H 'accept: */*' \
-H 'password: password'
Expand All @@ -403,11 +403,11 @@ Code: 204
|Status |Bedeutung

|204 |No Content +
[small]#Account erfolgreich deregistriert.#
|400 |Bad Request +
[small]#Fehler in den Eingangsdaten, Beschreibung des Fehlers erfolgt in dem Fehlertext.#
[small]#Deregistrierung erfolgreich zurückgenommen.#
|401 | Unauthorized +
[small]#Authentifizierung fehlgeschlagen.#
|404 | Unauthorized +
[small]#Mail Account nicht vorhanden.#
|500
|Internal Server Error
|502
Expand Down

0 comments on commit c5a12b2

Please sign in to comment.