> ## Documentation Index
> Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CRM Actions

> CRM related actions

Perform CRM-related actions within your workspace. These endpoints allow you to list phone numbers associated with your CRM and delete specific phone number records.

## Related schemas

* [CRM Actions](/api-reference/schemas/crm-actions) — field reference for CRM action objects

## Endpoints

| Method | Endpoint                                 | Description         |
| ------ | ---------------------------------------- | ------------------- |
| GET    | `/api/v2/crm-actions/phone-numbers`      | List phone numbers  |
| DELETE | `/api/v2/crm-actions/phone-numbers/{id}` | Delete phone number |
