Skip to main content
DELETE
/
orgs
/
{org_id}
/
emails
/
identities
/
{identity_id}
Delete an Email Identity
curl --request DELETE \
  --url https://api.useinvent.com/orgs/{org_id}/emails/identities/{identity_id}
null

Path Parameters

org_id
string
required

The ID of the org

identity_id
string
required

The ID of the email identity

Response

200 - application/json

The response is of type unknown.