The Open API specification for Synapse is now available for download!

Download Open API Spec

DELETE /evaluation/{ownerId}/wiki2/{wikiId}

Delete a specific WikiPage of an Evaluation.

Note: When a WikiPage is deleted, the delete will cascade to all children WikiPages (recursively) of the deleted WikiPage.

Note: The caller must be granted the ACCESS_TYPE.DELETE permission on the owner.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{ownerId}/wiki2/{wikiId}

Resource URL Variables
{ownerId} The ID of the owning Evaluations.
{wikiId} The ID of the WikiPage to delete.
Resource Information
Authentication Required
Required OAuth Scopes modify
HTTP Method DELETE
Request Object None
Response Object None