v1

latestOpenAPI 3.0.12026-07-13130168404.3 KB
Content restrictions

Remove user from content restriction

Removes a group from a content restriction. That is, remove read or update permission for the group for a piece of content.

Permissions required: Permission to edit the content.

delete/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/user

Path parameters

idstring required

The ID of the content that the restriction applies to.

operationKey'read' | 'update' required

The operation that the restriction applies to.

Query parameters

keystring

This parameter is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.

usernamestring

This parameter is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.

accountIdstring

The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192.

Response

Returned if the user is removed from the content restriction. The response body will be empty.