deleteWebhookSubscription| Name | Description |
|---|---|
DeleteWebhookSubscription_SubscriptionInput! | The details of the webhook subscription to be deleted. |
DeleteWebhookSubscriptionPayload| Name | Description |
|---|---|
WebhookSubscription! | The details of the deleted webhook subscription. |
mutation ($input: DeleteWebhookSubscriptionInput!) {
deleteWebhookSubscription(input: $input) {
webhookSubscription {
hirerId {
value
}
id {
value
}
schemeId
}
}
}