Skip to main content

SupplyDeliveryDelete

Delete an existing SupplyDelivery resource.

Mutation

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

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.