post
https://sandbox.external.routefusion.com/graphql (50 disregard)
Removes a representative from an entity. This may only be done before finalizing the entity.
Parameters
| Parameter | Type | Required |
|---|---|---|
| id | UUID | true |
GraphQL Schema
mutation DeleteRepresentative($deleteRepresentativeId: UUID) {
deleteRepresentative(id: $deleteRepresentativeId)
}