swag-fraudbusters-management/openapi/paths/notifications/channel.yaml
2021-08-17 16:42:01 +03:00

22 lines
415 B
YAML

delete:
summary: Удалить канал для нотификации
operationId: removeChannel
tags:
- channel
parameters:
- name: name
in: path
required: true
schema:
type: string
responses:
'204':
description: Channel was removed
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found