Skip to main content
DELETE
/
api
/
v1
/
tax-home-costs
/
:id
Delete Tax Home Cost
curl --request DELETE \
  --url https://api.example.com/api/v1/tax-home-costs/:id
{
  "message": "Tax home cost deleted"
}

Path Parameters

id
integer
required
The cost ID.

Response

{
  "message": "Tax home cost deleted"
}