Revoke Portal
POST
/web/v1/workspaces/{workspaceId}/institutions/{institutionBizId}/portals/{institutionPortalId}/revokeWEBRevokes (disables) a specific portal entry for an institution.
Authentication
Requires a valid JWT token. Gateway validation: enableJwtToken=true, enableTurnstile=false.
Request Parameters
Path Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
workspaceId | string | Yes | path | Workspace business ID |
institutionBizId | string | Yes | path | Institution business ID |
institutionPortalId | long | Yes | path | Portal record ID to revoke |
Success Response
Success200
{
"code": "2000",
"message": "SUCCESS",
"data": null
}Error Responses
| Code | Description |
|---|---|
4010 | Unauthorized (invalid or missing JWT token) |
4040 | Portal not found |
Notes
- This operation is irreversible. The portal will be marked as disabled.