---
title: "Delete existing categories"
method: DELETE
path: "/{apiKey}/api/categories"
tags: ["Categories"]
---

# Delete existing categories

`DELETE /{apiKey}/api/categories`

## Oauth2 Roles ##  
 - Requires user to have one of the following roles: admin, editor, owner, service

## Path parameters

- `apiKey` string, required

## Request body

- string[]

## Response `200`

OK

## Other responses

- `400` — BadRequest
- `401` — Unauthorized. User needs to login first.
- `403` — Forbidden (Authenticed but now allowed to do the requested action)

---

[API](https://skmtc.net/mapsindoors/apis/integration-api.md) · [All operations](https://skmtc.net/mapsindoors/apis/integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mapsindoors/integration-api/revisions/7f2454dc70d5/schema)
