public function AmazonSesHandlerInterface::deleteIdentity in Amazon SES 2.0.x
Delete a verified identity.
Parameters
string $identity: The identity to delete.
1 method overrides AmazonSesHandlerInterface::deleteIdentity()
- AmazonSesHandler::deleteIdentity in src/
AmazonSesHandler.php - Delete a verified identity.
File
- src/
AmazonSesHandlerInterface.php, line 45
Class
- AmazonSesHandlerInterface
- Interface for the Amazon SES handler.
Namespace
Drupal\amazon_sesCode
public function deleteIdentity($identity);