DELETE /entity/{ownerId}/wiki/{wikiId}
Delete a specific WikiPage of an Entity.
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/entity/{ownerId}/wiki/{wikiId}
Resource URL Variables
| {ownerId} | The ID of the owning Entity. |
| {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 |