diff --git a/200.md b/200.md index f9e3244..7b7c22e 100644 --- a/200.md +++ b/200.md @@ -51,16 +51,3 @@ Relay may also respond with HTTP status code: - `200`: OK / Success - `400`: Invalid Request - `500`: Relay/Server error - -Response JSON body example: - -```json -{ - "results": [ - { "id": "...", "kind": 1, ... }, - { "id": "...", "kind": 1, ... }, - ... - ], - "notice": "" -} -```