DeactivateSMTPConfig
Deprecated: Deactivate SMTP Provider
Deactivate an SMTP provider. After deactivating the provider, the users will not be able to receive SMTP notifications from that provider anymore.
Deprecated: please move to the new endpoint DeactivateEmailProvider.
curl -X POST "https://loading/smtp/string/_deactivate"{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?