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

DELETE_v1_spaces_{spaceID}_pages_{pageID}_permissions.json

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
    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"
}