Mutation
Variables
Response
Mutations
deleteLead
Decline a Lead by removing them from the Network’s waitlist roster.
MUTATION
deleteLead(input: DeleteLeadInput!): DeleteLeadPayloadArguments
input
DeleteLeadInput!
required
Parameters for DeleteLead
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
deletedLeadId
ID
GlobalID of the Lead that was removed.
errors
[String!]!
Mutation
Variables
Response