---
title: "Delete user profile"
method: POST
path: "/{WSID}/{version}/profiles/delete"
tags: ["Manage User Profiles"]
---

# Delete user profile

`POST /{WSID}/{version}/profiles/delete`

This API enables you to delete existing user profiles by using `distinct_id`.

## Path parameters

- `WSID` string, required
- `version` 'live' | 'test', required

## Request body

- ProfilesDeleteBody
  - `distinct_id` string[], required — Enter the `distinct_id` of all user profiles that you wish to delete.

## Response `200`

Profile deleted successfully

- object
  - `_message` string, required
  - `status` string, required

## Other responses

- `400` — Distinct ID does not exist
- `401` — API Key or Workspace ID is invalid. User is unauthorised.

---

[API](https://skmtc.net/fynoio/apis/fyno-rest-api.md) · [All operations](https://skmtc.net/fynoio/apis/fyno-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fynoio/fyno-rest-api/versions/021088e9cb30/schema)
