Skip to content

deleteInterfaceSpecification ​

Deletes the specified InterfaceSpecification, requires ADMIN on the Component of the InterfaceSpecification to delete

graphql
deleteInterfaceSpecification(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments ​

deleteInterfaceSpecification.input ● DeleteNodeInput! non-null input ​

Defines which InterfaceSpecification to delete

Type ​

DeleteNodePayload object ​

Payload type for delete node mutations

Released under the MIT License.