@dntlab/swagger-dean
Version:
swagger api for DeArchNet project
26 lines (25 loc) • 671 B
YAML
delete:
summary: Remove the user from the project owners
parameters:
- in: path
name: projectId
required: true
schema:
type: string
description: Project ID
- in: path
name: userId
required: true
schema:
type: string
description: User ID
operationId: rest.project.owners.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'