---
title: "Admin Delete Photographer Endpoint"
method: DELETE
path: "/admin/delete-photographer"
---

# Admin Delete Photographer Endpoint

`DELETE /admin/delete-photographer`

Delete a photographer completely.
This removes:
- Entries from photographer_projects table
- Entry from photographers table
- Clerk user account

Note: Only deletes photographers that are NOT event organizers.
Event organizers should be deleted via delete-organizer endpoint.

Query Parameters:
    photographerId (str): The Clerk user ID of the photographer to delete (required)

## Query parameters

- `photographerId` string, required — The Clerk user ID of the photographer to delete

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
