Document processHTML
[tolino-api-docs.git] / api / pageplace.family-v1-family-members-xxx.rst
1 ============================================================
2 ``DELETE https://family.pageplace.de/v1/family/members/xxx``
3 ============================================================
4
5 Remove someone from own family.
6
7
8 Request
9 =======
10 Header
11   See `family v1 header set`_.
12
13 ``xxx``
14   Family member ID. Example: ``90498``
15
16
17 Response
18 ========
19 Success
20 -------
21 HTTP status code ``200 OK``.
22
23 No response body (status code thus should be 204).
24
25
26 Removing non-member
27 -------------------
28 Status code: ``401 Unauthorized``. No response body.
29
30
31 Missing OAuth token
32 -------------------
33 Status code: ``401 Unauthorized``. Body::
34
35     {
36         "timestamp":"2021-04-08T15:52:13.186+00:00",
37         "status":403,
38         "error":"Forbidden",
39         "message":"",
40         "path":"/v1/family/members/90490"
41     }