Files
medusa-store/docs/api/admin/paths/tax-rates_{id}.yaml
2022-08-05 14:06:12 +02:00

33 lines
855 B
YAML

delete:
operationId: DeleteTaxRatesTaxRate
summary: Delete a Tax Rate
description: Deletes a Tax Rate
x-authenticated: true
parameters:
- in: path
name: id
required: true
description: The ID of the Shipping Option.
schema:
type: string
tags:
- Tax Rate
responses:
'200':
description: OK
content:
application/json:
schema:
properties:
id:
type: string
description: The ID of the deleted Shipping Option.
object:
type: string
description: The type of the object that was deleted.
default: tax-rate
deleted:
type: boolean
description: Whether or not the items were deleted.
default: true