This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
api/src/services/members/__docs__/delete.yaml
2021-10-24 04:06:16 +02:00

21 lines
546 B
YAML

/members:
delete:
security:
- bearerAuth: []
tags:
- 'members'
summary: 'DELETE a member with its id (leave a guild)'
responses:
allOf:
- $ref: '#/definitions/UnauthorizedError'
- $ref: '#/definitions/ForbiddenError'
- $ref: '#/definitions/NotFoundError'
- '200':
content:
application/json:
schema:
type: 'object'
properties:
deletedMemberId:
type: 'number'