Skip to main content

SlotDelete

Delete an existing Slot resource.

Mutation

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

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.