Remove Domain
Deprecated: use organization service v2 DeleteOrganizationDomain instead.
Delete a new domain from an organization. The domains are used to identify to which organization a user belongs. If the uses use the domain for login, this will not be possible afterwards. They have to use another domain instead.
curl -X DELETE "https://loading/orgs/me/domains/string"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Remove Application
Remove Application: Deprecated: Use [DeleteApplication](/reference/api/application/zitadel.application.v2.ApplicationService.DeleteApplication) instead to delete an app. Remove an application. It is not possible to re...
Remove Multi-Factor OTP
Remove Multi-Factor OTP: Deprecated: use [user service v2 RemoveTOTP](/reference/api/user/zitadel.user.v2.UserService.RemoveTOTP) instead. Remove the configured OTP as a factor from the user. OTP is an authentication app, ...