Skip to main content

Delete Content

Moves a piece of content to the space's trash or purges it from the trash, depending on the content's type and status:

  • If the content's type is page or blogpost and its status is current, it will be trashed.
  • If the content's type is page or blogpost and its status is trashed, the content will be purged from the trash and deleted permanently. Note, you must also set the status query parameter to trashed in your request.
  • If the content's type is comment or attachment, it will be deleted permanently without being trashed.

Permissions required: 'Delete' permission for the space that the content is in, and permission to edit the content.

External Documentation

To learn more, visit the Confluence documentation.

Parameters

ParameterDescription
IDThe ID of the content to be deleted.
StatusSet this to trashed, if the content's status is trashed and you want to purge it.

Workflow Library Example

Delete Content with Confluence and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop