Skip to main content
DELETE
/
expense-items
/
{id}
Delete an expense item
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/expense-items/{id} \
  --header 'Authorization: Bearer <token>'
A purchased product or service recorded for reimbursement or project billing.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The expense item uuid

Response

204