Delete identity
Remove a sending identity. In-flight sends from that identity
complete normally; new sends are rejected with FROM_NOT_VERIFIED.
DELETE /api/v1/partner/email/identities/:type/:valuecURL
curl -X DELETE \
https://apis.splashifypro.com/api/v1/partner/email/identities/DOMAIN/yourcompany.com \
-H "Authorization: Bearer $SPLASHIFY_API_KEY"Response
{ "success": true }What this does NOT do
- Does NOT delete your DNS records — you can leave them published and re-add the identity later
- Does NOT clear the suppression list — recipient suppressions are account-wide, not per-identity
- Does NOT remove webhook destinations — those live on configuration sets, not identities
Reactivating
To re-add a deleted identity, just POST /identities again with
the same value. If your DNS records are still published, the
verification will pass on first check and the identity is back to
VERIFIED immediately.