---
title: "Match All"
method: DELETE
path: "/{full_path}"
tags: ["match_all"]
---

# Match All

`DELETE /{full_path}`

Match all route

This router will take any requests with a path that is not defined and
1. If the request has email_hash, cluster_id etc that have a mapping, call that cluster directly
2. Otherwise hit all clusters

## Path parameters

- `full_path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `cdccd8a8ddff` — 1 info
  - api operation id `match_all__full_path__put` removed and replaced with `match_all__full_path__post`
- **2026-08-26** `cf2a35af0041` — 1 info
  - api operation id `match_all__full_path__patch` removed and replaced with `match_all__full_path__put`
- **2026-08-24** `322fe249e9cd` — 1 info
  - api operation id `match_all__full_path__post` removed and replaced with `match_all__full_path__patch`
- **2026-08-24** `3efd58481a34` — 1 info
  - api operation id `match_all__full_path__put` removed and replaced with `match_all__full_path__post`
- **2026-08-22** `dbd62d7b8bca` — 1 info
  - api operation id `match_all__full_path__delete` removed and replaced with `match_all__full_path__put`

[Full history](https://skmtc.dev/spotdraft/apis/oogway-be-router/changes/:full_path/delete.md)

---

[API](https://skmtc.dev/spotdraft/apis/oogway-be-router.md) · [All operations](https://skmtc.dev/spotdraft/apis/oogway-be-router/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spotdraft/oogway-be-router/revisions/cdccd8a8ddff/schema)
