Skip to content

deleteIMSProject ​

Deletes the specified IMSProject, requirse ADMIN on the IMS associted with the specified IMSProject OR MANAGE_IMS on the Trackable associated with the specified IMSProject.

graphql
deleteIMSProject(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments ​

deleteIMSProject.input ● DeleteNodeInput! non-null input ​

Defines which IMSProject to delete

Type ​

DeleteNodePayload object ​

Payload type for delete node mutations

Released under the MIT License.