DELETE v1/pages/{id}/content

Use this method to permanently delete a batch of elements within the specified page, with collection of element ids sent in the message body. Note that DELETE is not forbidden from having a message body by RFC 2616 therefore, is perfectly legal to use it when URI is not appropriate.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Page Unique Identifier where the collection of elements are present.

string

Required

Body Parameters

Collection of content element ids to be deleted.

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "2d1d639c-5f95-4a48-a3ae-26b8e268930a",
  "6eace0f5-de80-4793-bdd2-f1f3cf6f20e8"
]

Response Information

Resource Description

Returns header values equivalent to the operation results.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.