ZiamDeleteResource
Deletes one resource. For users this performs SoftDelete and removes direct organization, group, project, and role relationships. Use dryRun=true to preview the effect without changing data.
DELETE
/api/v1/ziam/resources/{collection}/{id}Operation ID
ZiamDeleteResourceSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Query Parameters
dryRunBooleanWhen true, validate and return delete impact without changing data or emitting sync events.
Example: true
Responses
200 OKDELETE endpoints return an empty object on success, or a standard error structure on failure.
Success Response
{}Error Response
{
"error": {
"code": "SYS.1001",
"description": "A message or a operation timeout",
"details": "Delete resource timeout after 300s"
}
}