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)
}
Body Params
string
Defaults to {}
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json