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

# Delete Contact

> Permanently delete a prospect contact

# Delete Contact

Permanently deletes a contact and removes them from all session references.

<Warning>
  This action is irreversible. The contact's data will be permanently removed.
</Warning>

## Request

```bash theme={null}
DELETE https://api.repixa.io/v1/contacts/{contactId}
Authorization: Bearer YOUR_API_KEY
```

### Path parameters

| Parameter   | Type   | Description                            |
| ----------- | ------ | -------------------------------------- |
| `contactId` | string | The unique ID of the contact to delete |

## Response `204`

No content. The contact has been deleted.
