Skip to main content

TaskDelete

Delete an existing Task resource.

Mutation

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

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.