# DELETE /sending/identities/{identityId}

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

Delete a sender identity.

```http
DELETE https://api.sendheron.com/api/v1/sending/identities/{identityId}
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `sending:write`

**Success status:** `200`

**Rate limit:** 100/min per key, counted against the organization's WRITE ceiling (400/min).

**Path parameters**

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `identityId` | uuid | yes | Sender identity UUID. |

> Removes the preset only. The authenticated domain it sat under is untouched, as are messages already sent from the address.


---

Rate limits: 100/min per key, counted against the organization's WRITE ceiling (400/min). Both windows are one minute; there is no hourly or daily quota.
