v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
rest

Deletes the application access codes

Removes specified access codes from the application. Only the provided codes are removed; other existing codes remain unchanged. Administrators and personal application owners always have access regardless of access codes. Request example: { "clientId": "local.69b9196bdbd793.03286491", "codes": ["D1"] }

post/rest.application.access.delete

Request body

clientIdstring required
codesstring[] required

Example request

{
  "clientId": "string"
}

Response

Success response