Skip to main content

DeleteAccessKeyRequest

idstringrequired

Access key ID

user_idstringrequired

ID of the user for whom the access key is being deleted

user_roleOrgMembership (string)

Role assigned to the user in the organization

Possible values: [Admin, Member]

DeleteAccessKeyRequest
{
"id": "string",
"user_id": "string",
"user_role": "Admin"
}