Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCollectionDeleteResponse.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
540 B
TypeScript

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