---
title: "DELETE /order"
method: DELETE
path: "/order"
tags: ["order"]
---

# DELETE /order

`DELETE /order`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `payment_status` string, public.order_payment_status_enum
- `status` string, public.order_status_enum
- `checkout_session_status` string, public.order_checkout_session_status
- `refunded` string, boolean
- `disputed` string, boolean
- `user_id` string, uuid
- `line_items` string, jsonb
- `amount_total` string, bigint
- `stripe_checkout_session_id` string, text
- `stripe_payment_intent_id` string, text
- `stripe_charge_id` string, text
- `event_id` string, uuid
- `event_name` string, text
- `organization_id` string, uuid
- `stripe_account_id` string, text
- `answers` string, jsonb[]

## Headers

- `Prefer` 'return=representation' | 'return=minimal' | 'return=none'

## Response `204`

No Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
