DELETE/spaces/api/v1/spaces/{spaceID}/pages/{pageID}/permissions/{pagepermissionID}.json

delete a pagepermission for a page. This will also delete

the equivalent permission from all sub pages

422 returned if attempting to delete permissions from a non private page 400 returned if attempting to delete permissions from a child of a private page

Path Params

  • Name
    spaceID
    Type
    integer
    required
    Description
  • Name
    pagepermissionID
    Type
    integer
    required
    Description
  • Name
    pageID
    Type
    integer
    required
    Description

Responses

  • Code
    204
    Description
    204 No Content No Data
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
  • Code
    404
    Type
    object
    Schema
    Description
    404 Not Found
  • Code
    422
    Type
    object
    Schema
    Description
    422 Unprocessable Entity
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

400 Bad Request

errResp
{
  "Code": 0,
  "Detail": "string",
  "ID": "string",
  "Title": "string"
}