OBJECT

ProjectDeleteResult

link GraphQL Schema definition

  • type ProjectDeleteResult {
  • # EntityId of the CSP Project
  • cspProjectEntityId: EntityId
  • # Error message if any
  • errorMessage: String
  • # Status of deletion
  • status: ProjectDeletionStatus
  • }