Files
medusa-store/www/api-reference/specs/admin/components/schemas/AdminDeleteUploadsReq.yaml
2023-09-08 15:48:22 +03:00

10 lines
235 B
YAML

type: object
required:
- file_key
properties:
file_key:
description: >-
key of the file to delete. This is obtained when you first uploaded the
file, or by the file service if you used it directly.
type: string