deleteObject
Delete an existing object.
deleteObject(
key: String!
type: String!
): DeleteObjectResult!
Arguments
deleteObject.key ● String! non-null scalar common
The key of the object to delete.
deleteObject.type ● String! non-null scalar common
The type name of the object to delete.
Type
DeleteObjectResult object objects
Result of the deleteObject mutation.