Delete user/group access to a page

Deletes a specific personal access to a page by its identifier.

Use the prevent_selflock=true parameter to prevent accidentally locking the current user out of access.

Request

DELETE

https://api.wiki.yandex.net/v1/pages/{idx}/access/{access_id}

Path parameters

Name

Description

access_id

Type: string

Access ID

Example: ``

idx

Type: integer

Page ID

Query parameters

Name

Description

prevent_selflock

Type: boolean

If true, an error is raised when deleting an access would cause the co-author to lose read access or access management permissions

Default: false

Responses

204 No Content

No Content

Body

application/json
{}

Name

Description