---
title: "Delete a Wiki"
method: DELETE
path: "/wikis/{wiki_id}/"
tags: ["Wikis"]
---

# Delete a Wiki

`DELETE /wikis/{wiki_id}/`

Permanently deletes the specified wiki page.

The `home` wiki page cannot be deleted.
#### Permissions
Only contributors with write access to the parent node may delete a wiki page. Wiki pages on registrations cannot be deleted.
#### Returns
If the request is successful, no content is returned.

If the request is unsuccessful, a JSON object with an `errors` key containing information about the failure will be returned. Refer to the [list of error codes](#tag/Errors-and-Error-Codes) to understand why this request may have failed.
Some common error cases:
 - `405 Method Not Allowed`: Returned if write access to this wiki's node has been restricted. The response will include the message "This action is no longer available. Contact support if you have any questions."

## Path parameters

- `wiki_id` string, required

## Response `204`

No content

## Other responses

- `405` — Returned if write access to this wiki's node has been restricted. The response will include the message "This action is no longer available. Contact support if you have any questions."

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/3c5164c707eb/schema)
