GraphQLMutationsExampleScenarioDeleteOn this pageExampleScenarioDelete Delete an existing ExampleScenario resource. Mutation mutation ExampleScenarioDelete($id: ID!, ) { ExampleScenarioDelete(id: $id, ) { id }} Input id: ID of the resource to delete Return Type Returns the ID of the deleted resource.