Arguments
gatheringId: (Int!)id: (Int!)
GraphQL Mutation
mutation {
deleteAgendaSession(gatheringId: 232, id: 3722)
}
CURL Request
curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer 123abcveryLongAuthorizationToken456def' -d '{ mutation { deleteAgendaSession(gatheringId: 232, id: 3722) }'
GraphQL Response
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request