Sign inBook a demo
HomeGuidesAPI ReferenceGlossary
HomeGuidesAPI ReferenceGlossary
  • API Reference
Logo
Sign inBook a demo
API ReferenceEntityRepresentative

Delete

DELETE
https://api.mercoa.com/entity/:entityId/representative/:representativeId
DELETE
/entity/:entityId/representative/:representativeId
1from mercoa import Mercoa
2
3client = Mercoa(
4 token="YOUR_TOKEN",
5)
6client.entity.representative.delete(
7 entity_id="ent_8545a84e-a45f-41bf-bdf1-33b42a55812c",
8 representative_id="rep_7df2974a-4069-454c-912f-7e58ebe030fb",
9)
Try it
Was this page helpful?
Previous

Search invoice templates

Next
Built with

Authentication

AuthorizationBearer

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

Path parameters

entityIdstringRequired
Entity ID or Entity ForeignID
representativeIdstringRequired

Errors

Search invoice templates