Skip to main content

deleteTestCase Mutation

Delete a TestCase.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations]. 2. The signed-in User has any of the following permissions for the object's 'integration_Customer' attribute: [customer_admin_integration_permissions, customer_manage_integrations].

Input fields (DeleteTestCaseInput!)

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

Return fields (DeleteTestCasePayload)

clientMutationId (String)
errors ([ErrorType!]!)
testCase (TestCase)