> ## Documentation Index
> Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Fulfillment

> Delete a fulfillment

## Path Parameters

<ParamField path="fulfillment_id" type="string" required>
  The fulfillment ID to delete
</ParamField>

## Response

<ResponseExample>
  ```json theme={null}
  {
    "status": 200,
    "state": "success",
    "message": "Fulfillment deleted successfully",
    "data": null
  }
  ```
</ResponseExample>

<Warning>
  Deleting a fulfillment removes its entry from the order's fulfillment history. It does not recompute or roll back the order status, and it does not return tracking notifications to the customer.
</Warning>
