UNPKG

@dntlab/swagger-dean

Version:

swagger api for DeArchNet project

20 lines (19 loc) 521 B
delete: summary: Delete the comment parameters: - in: path name: commentId required: true schema: type: string description: Comment ID operationId: rest.comments.delete security: - jwt: [] responses: 204: $ref: '../components/components.yaml#/components/responses/EmptyResponse' 404: $ref: '../components/components.yaml#/components/responses/404NotFound' default: $ref: '../components/components.yaml#/components/responses/UnexpectedError'