chore: Add Swagger docs for Platform APIs (#2349)
This commit is contained in:
14
swagger/paths/platform/users/delete.yml
Normal file
14
swagger/paths/platform/users/delete.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
tags:
|
||||
- Users
|
||||
operationId: delete-a-user
|
||||
summary: Delete a User
|
||||
description: Delete a User
|
||||
security:
|
||||
- platformAppApiKey: []
|
||||
responses:
|
||||
200:
|
||||
description: Success
|
||||
401:
|
||||
description: Unauthorized
|
||||
404:
|
||||
description: The user does not exist
|
||||
Reference in New Issue
Block a user