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

22 lines
445 B
YAML

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