Delete Sender Identity
Delete a sender identity from the workspace.
Endpoint
DELETE https://api.campaignlark.com/v1/sender-identities/:id
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | required | The sender identity ID. |
Sample Request
DELETE https://api.campaignlark.com/v1/sender-identities/1
Response
Success — 200 OK
{
"error": null,
"data": "The sender identity has been deleted successfully."
}
Errors
| Status | Message | Cause |
|---|---|---|
400 | Please provide a valid sender identity ID. | id path param is missing or not a number. |
400 | Various errors | Identity not found or cannot be deleted. |