EventStreamsMessagesDeleteInput
No description
input EventStreamsMessagesDeleteInput {
environmentId: ID!
topicName: ID!
subscriptionName: ID!
messageId: [String!]
}
Fields
EventStreamsMessagesDeleteInput.environmentId ● ID! non-null scalar miscellaneous
The Id of environment to which the topic of the subscription belongs
EventStreamsMessagesDeleteInput.topicName ● ID! non-null scalar miscellaneous
The topic name of the subscription
EventStreamsMessagesDeleteInput.subscriptionName ● ID! non-null scalar miscellaneous
The name of the subscription
EventStreamsMessagesDeleteInput.messageId ● [String!] list scalar miscellaneous
List of subscription backlog message Ids to be deleted
Member Of
eventStreamsDeadLetterQueueMessageDelete mutation ●
eventStreamsMessageDelete mutation
Was this topic helpful?