Can a developer get an email when his access to a developer app gets revoked?

We have a request from a developer to get email notification when orgadmin user revokes his / her access to a developer app in edge. Is this possible?

–SF1430856–

Hi @Arjav Goswami

I am not sure if it is possible from Edge. May be you can build a utility using this management API to revoke access : https://api.enterprise.apigee.com/v1/organizations/{org-name}/developers/{developer_email_or_id}/apps/{app_name} and mashup with an email service.