Skip to main content
DELETE
/
orgs
/
{org_id}
/
allowed-emails
/
{email_id}
Delete Allowed Email
curl --request DELETE \
  --url https://api.example.com/orgs/{org_id}/allowed-emails/{email_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

org_id
string
required
email_id
string
required

Response

Successful Response