DELETE v1/pages/categories/{id}?replacePagesWithId={replacePagesWithId}

Use this method to delete a category, and optionally replace any page referencing the deleted category with a different category unique identifier. When deleting a category, all pages referencing the category been deleted will have their reference removed, or optionally replaced with the replacement category sent.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Category to be deleted unique identifier.

string

Required

replacePagesWithId

Optional category unique identifier used to update any pages that are currently referencing the deleted category.

string

None.

Body Parameters

None.

Response Information

Resource Description

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.