Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminClaimDeleteResponse.yaml
T
2024-09-18 07:13:51 +00:00

22 lines
430 B
YAML

type: object
description: The details of the deleted claim.
x-schemaName: AdminClaimDeleteResponse
required:
- id
- object
- deleted
properties:
id:
type: string
title: id
description: The claim's ID.
object:
type: string
title: object
description: The name of the deleted object.
default: claim
deleted:
type: boolean
title: deleted
description: Whether the claim was deleted.