Skip to main content

GoalDelete

Delete an existing Goal resource.

Mutation

mutation GoalDelete($id: ID!, ) {
GoalDelete(id: $id, ) {
id
}
}

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.