Delete Solution Instance
(user token)
Used to delete a Solution Instance.
Please also see our page on Deleting Solutions and Projects
| Required token | Notes |
|---|---|
| User | Obtained 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:
| Input | Required | Notes |
|---|---|---|
| solutionInstanceId | Yes | obtained with Solution Instances/Queries/Get Solution Instances |
| clientMutationId | No | Only relevant if using the Relay GraphQL client |
It can return the following data:
| Returned Data | Notes |
|---|---|
| clientMutationId | while 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}}}