Delete Solution Instance

(user token)

POST https://tray.io/graphql

Used to delete a Solution Instance.

Please also see our page on Deleting Solutions and Projects

Required tokenNotes
UserObtained after using Users/Mutations/Create New User and Users/Mutations/Create User Token.
The User Token is a persistent token that should be securely stored in your application for future use (expires after 2 days)

The mutation accepts the following as inputs:

InputRequiredNotes
solutionInstanceIdYesobtained with Solution Instances/Queries/Get Solution Instances
clientMutationIdNoOnly relevant if using the Relay GraphQL client

It can return the following data:

Returned DataNotes
clientMutationIdwhile this data is Only relevant if using the Relay GraphQL client, it is actually required here as currently this mutation does not return any other data

RESPONSES

status: OK

{"data":{"removeSolutionInstance":{"clientMutationId":null}}}