OBJECT
AriaNotificationTargetDeleteResult
Delete response for deleting a notification target
link GraphQL Schema definition
- type AriaNotificationTargetDeleteResult {
- # Error message on failed deletion
- String :
- # Notification target id
- String! :
- # Deletion status
- NotificationTargetDeleteStatusValue! :
- }