deleteExhibitor
Arguments
- gatheringId: (Int!)
- id: (Int!)
GraphQL Mutation
mutation {
deleteExhibitor(gatheringId: 232, id: 71111)
}
CURL Request
curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer 123abcveryLongAuthorizationToken456def' -d '{ mutation { deleteExhibitor(gatheringId: 232, id: 71111) }'
GraphQL Response
Was this article helpful?
0 out of 0 found this helpful
Have more questions?
[Submit a request](https://touchpoint-support.certain.com/hc/en-us/requests/new)
Return to top
Comments
0 comments
Please [sign in](https://certain.zendesk.com/access?locale=en-us&brand_id=360002675513&return_to=https%3A%2F%2Ftouchpoint-support.certain.com%2Fhc%2Fen-us%2Farticles%2F360033199334-deleteExhibitor) to leave a comment.