From f669317d5db88aa426e83f34655b073563ab9cd3 Mon Sep 17 00:00:00 2001 From: Michel Peltriaux Date: Fri, 28 Jan 2022 14:27:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eapi-v1-compensation-delete=5Fde?= =?UTF-8?q?=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-v1-compensation-delete_de.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api-v1-compensation-delete_de.md diff --git a/api-v1-compensation-delete_de.md b/api-v1-compensation-delete_de.md new file mode 100644 index 0000000..bc90bf5 --- /dev/null +++ b/api-v1-compensation-delete_de.md @@ -0,0 +1,16 @@ +## Spezifikation +### Kompensation + +#### DELETE +Mit `DELETE` kann eine bestehende Kompensation gelöscht werden. War der Request erfolgreich, erhält der Sender eine `success` Bestätigung. + +`/api/v1/compensation/` + + +#### Beispiel Response +```json +{ + "success": true +} + +``` \ No newline at end of file