Danger zone / Tenant termination verify
Danger zone: User will get here from verification link in email.
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/danger_zone/tenant_termination_verify
Method: GET
Authorisation: Minimum role: OWNER
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_email_verify
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| tid | Int32 | Tenant Id Optional | |
| code | String | Code | |
| hash | String | Hash | |
| action | ENUM email_verify_action | Action |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
ENUM email_verify_action
| Value | Name | Description |
|---|---|---|
| 0 | UNKNOWN | UNKNOWN |
| 1 | ACCEPT | ACCEPT |
| 2 | DENY | DENY |