DELETE
/
billing_templates
/
{id}
curl --request DELETE \
  --url https://gate.chip-in.asia/api/v1/billing_templates/{id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Object ID (UUID)

Response

204

OK