---
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

---

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