10 lines
210 B
YAML
10 lines
210 B
YAML
name: userIds
|
|
in: query
|
|
required: true
|
|
description: >
|
|
Comma-separated list of user IDs to delete.
|
|
Each ID should correspond to an existing user.
|
|
schema:
|
|
type: string
|
|
example: 'alice_smith,john_doe'
|