# Delete Profile

> Delete a client profile by ID. Use this when the client profile should no longer be available through the Accounts & Funding API.

Source: /admin/accounts-funding/client--profiles/accounts-service_-profile-delete

## `DELETE /profiles/{id}`

**Delete Profile**

Delete a client profile by ID. Use this when the client profile should no longer be available through the Accounts & Funding API.

Tags: `Client Profiles`

#### Path parameters

- `id` (string) (required)


### Responses

#### `200` — A successful response.

**Content-Type:** `application/json`

Empty response payload returned by RPCs that have no data to return.
`object`

#### `default` — An unexpected error response.

**Content-Type:** `application/json`

- `code` (integer)
- `message` (string)
- `details` (array)
  - items:
    - `@type` (string)

