Arguments
Arguments for the deleteMeeting operation are listed below.
- gatheringId: (Int!)
- id: (Int!)
GraphQL Mutation
mutation {
deleteMeeting(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 { deleteMeeting(gatheringId: 232, id: 71111) }'
GraphQL Response
{
"data": {
"deleteMeeting": {
"id": "972795"
}
}
}
Was this article helpful? 0 out of 0 found this helpful.
Have more questions? Submit a request
Related articles
- createExhibitor
- createCompetitorMeeting
- createMeeting
Comments
0 comments
Please sign in to leave a comment.