ReferenceNotifications (webhooks)
deleteNotificationCallbackConfig mutation
Deletes a callback configuration from a notification profile using the callback ID.
Syntax
1mutation {2 deleteNotificationCallbackConfig(5}
Example
- Request
- Response
1mutation {2 deleteNotificationCallbackConfig (3 input: {4 callbackConfigId: "1969081f-8380-4dbd-9a19-c26fc1747b06"5 })6 {7 callbackConfigId8 }9}
Arguments
Name | Description |
---|---|
| Required. Callback configuration to delete. Type: DeleteNotificationCallbackConfigInput |
Types
Name | Type | |||||
---|---|---|---|---|---|---|
DeleteNotificationCallbackConfigInput | InputObject | |||||
Callback configuration to delete.
| ||||||
DeleteNotificationCallbackConfigPayload | Object | |||||
Callback configuration that was deleted.
| ||||||
ID | ID | |||||
The |