deleteRepresentative

Removes a representative from an entity. This may only be done before finalizing the entity.

Parameters

ParameterTypeRequired
idUUIDtrue

GraphQL Schema

mutation DeleteRepresentative($deleteRepresentativeId: UUID) {
  deleteRepresentative(id: $deleteRepresentativeId)
}
Language
Click Try It! to start a request and see the response here!