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

# Delete Identity

> Remove a sender identity.

Deletes the specified sending identity from your workspace.

> **Legacy compatibility:** `/v1/accounts/{id}` is a deprecated alias supported for backward compatibility. Please use `/v1/identities/{id}`.

### Path Parameters

<ParamField path="id" type="string" required>
  The unique UUID of the identity.
</ParamField>

### Response

<ResponseField name="ok" type="boolean">
  Returns `true` upon successful deletion.
</ResponseField>


## Related topics

- [Manage Domains](/domains/managing-domains.md)
- [Delete Template](/api/templates/delete-template.md)
- [Delete Segment](/api/segments/delete-segment.md)
- [Delete Campaign](/api/campaigns/delete-campaign.md)
- [Delete Topic](/api/topics/delete-topic.md)
