openvidu/backend/openapi/components/responses/internal/success-delete-api-key.yaml

10 lines
258 B
YAML

description: Successfully deleted API keys
content:
application/json:
schema:
type: object
properties:
message:
type: string
example: 'API keys deleted successfully'