Files
medusa-store/www/utils/generated/oas-output/schemas/AdminUserDeleteResponse.ts
github-actions[bot] d6dcda5b8f chore(docs): Updated API Reference (v2) (#8929)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
2024-09-02 07:45:24 +00:00

27 lines
510 B
TypeScript

/**
* @schema AdminUserDeleteResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminUserDeleteResponse
* required:
* - id
* - object
* - deleted
* properties:
* id:
* type: string
* title: id
* description: The user's ID.
* object:
* type: string
* title: object
* description: The name of the deleted object.
* default: user
* deleted:
* type: boolean
* title: deleted
* description: Whether the User was deleted.
*
*/