eventsinkDelete - partner - MUTATION
Version: unstable
Description:
Deletes an Eventsink.
Access Scopes
Arguments
-
appId:
ID! -
The App that associated with the Eventsink.
-
id:
ID! -
Eventsink to delete.
-
topic:
EventsinkTopic! -
The topic of the Eventsink.
Returns
-
id:
ID
Identifier of deleted Eventsink.
-
success:
Boolean
True if the mutation succeeded.
-
userErrors:
UserError
Errors on mutating the Eventsink.
Examples