mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
19 lines
468 B
YAML
19 lines
468 B
YAML
delete:
|
|
summary: Delete a user role assignment
|
|
operationId: deleteUserRole
|
|
description: Delete a user role assignment
|
|
tags:
|
|
- user roles
|
|
parameters:
|
|
- $ref: "../parameters/path/id.yaml"
|
|
responses:
|
|
'200':
|
|
description: "User role was destroyed"
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml" |