---
title: "Delete one signed-in account-owned meme and purge public access paths"
method: DELETE
path: "/api/memes/{slug}"
tags: ["memes", "auth"]
---

# Delete one signed-in account-owned meme and purge public access paths

`DELETE /api/memes/{slug}`

## Path parameters

- `slug` string, required

## Response `200`

Meme deleted

- DeleteMemeResponse
  - `ok` boolean, required
  - `deleted` boolean, required
  - `slug` string, required
  - `shareSlug` string, required

## Other responses

- `400` — Invalid slug
- `401` — Authentication required
- `403` — Origin validation failed
- `404` — Meme not found for the signed-in user
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/memesio/apis/memesio-api-contracts.md) · [All operations](https://skmtc.net/memesio/apis/memesio-api-contracts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memesio/memesio-api-contracts/revisions/826e6edbf294/schema)
