# Shopify - Delete draft order
This action deletes a draft order on Shopify. A draft order represents the intent of ordering by a customer. It can be transitioned into an order.
Refer to the Shopify documentation (opens new window) for more information on the draft order resource.
# Input
Field | Description |
---|---|
Draft order ID | The ID of the draft order to be deleted. |
# Output
There is no return payload upon successful deletion. Successful deletion is indicated by a 200
response code.
Last updated: 7/10/2024, 3:22:21 PM