---
title: "Delete profile"
method: DELETE
path: "/v1/profiles/{profileId}"
tags: ["Profiles"]
---

# Delete profile

`DELETE /v1/profiles/{profileId}`

Permanently deletes a profile. Active connected accounts block deletion (returns 400) - disconnect them first. Any remaining disconnected accounts and provisioned WhatsApp numbers are moved to another of your profiles (a new one is created only if needed), never deleted.

## Path parameters

- `profileId` string, required

## Response `200`

Deleted

- ProfileDeleteResponse
  - `message` string

## Other responses

- `400` — Profile has active connected accounts; disconnect them first
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
