Skip to main content

deleteIntegrationTemplate Mutation

Delete a standard IntegrationTemplate.

This mutation pertains to standard IntegrationTemplates, not the case of
marking an Integration as a template. If you have an Integration marked
as a template that you wish to remove, use UpdateIntegration.

Access is permitted when any of the following condition(s) are met: 1. Never allowed.

Input fields (DeleteIntegrationTemplateInput!)

ArgumentTypeDescription
idIDThe ID of the IntegrationTemplate to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (DeleteIntegrationTemplatePayload)

clientMutationId (String)
errors ([ErrorType!]!)
integrationTemplate (IntegrationTemplate)