Leave round
cURL
curl --request DELETE \ --url https://api-dev.monyfix.tech/rounds/{round_id}/leave \ --header 'Authorization: Bearer <token>'
200
Example
{ "id": "<string>", "uniq_id": "<string>", "status": "<string>", "entry_fee": "<string>", "is_active": true, "owner_id": "<string>", "members_count": 123, "max_members_count": 123, "participant_statuses": [ { "status": "<string>", "user": { "id": "<string>", "phone": "<string>", "username": "<string>", "first_name": "<string>", "last_name": "<string>", "avatar_url": "<string>" } } ]}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes