Revoke an email claim
Revoke an email claim using the Phosphor API.
warning
Revoking an email claim sets the claim attribute active to false. You can't revoke an email claim that's already inactive.
Issue a DELETE request to the email-claims endpoint to revoke an email claim.
DELETE https://admin-api.phosphor.xyz/v1/email-claims/{claim_id}
It returns a response code 204 if the claim is successfully revoked.