DELETE
/
invoices
/
{invoiceId}
/
tags
/
{tagId}
curl --request DELETE \
  --url https://api.syntage.com/invoices/{invoiceId}/tags/{tagId} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

invoiceId
string
required
tagId
string
required

Response

204

Untagged invoice