---
title: "Delete an advisor"
method: DELETE
path: "/v1/advisor"
tags: ["Advisor"]
---

# Delete an advisor

`DELETE /v1/advisor`

## Headers

- `Authorization` string

## Request body

- DeleteAdvisorRequest
  - `advisorId` string, required — External advisor ID
  - `reason` string — Reason for deletion. Not mandatory

## Response `200`

The advisor was deleted successfully

- DeleteAdvisorResponse
  - `advisorId` string, required — External advisor ID
  - `status` string, required

## Other responses

- `404` — Not found

## Changes

- **2026-07-09** `e95f3723e41f` — 1 info
  - added the new optional `header` request parameter `Authorization`

[Change history](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/changes/v1/advisor/delete.md)

---

[API](https://skmtc.dev/withfaye/apis/faye-partner-sales-api.md) · [All operations](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withfaye/faye-partner-sales-api/revisions/e016afb8fdb3/schema)
