ZITADEL Docs
APIsCore ResourcesV1Instance Objects

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.

POST
/smtp/{id}/_deactivate

Path Parameters

id*string

Response Body

application/json

curl -X POST "https://loading/smtp/string/_deactivate"
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  }
}

Was this page helpful?