com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Deleting a Project via REST API v10

Overview

DescriptionDeleting a project
Resource Path

/api/v10/projects/{projectId}

HTTP MethodDELETE
Request/Response Formatapplication/json
Parameter description
Parameter
Description
{projectId}The ID of the project that you need to delete.

Sample cURL command

curl -X DELETE "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/v10/projects/1 -k

Example

DELETE https://localhost:9443/api/v10/projects/{projectId}

REST API response

HTTP status code

200

For descriptions of the HTTP status codes, see HTTP Status Codes.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.