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