Delete a namespace

Delete a namespace #

Delete a exists namespace.

Examples #

The following request delete the namespace called website:

DELETE /_namespace/website

Request #

DELETE /_namespace/<name>

Path parameters #

  • <name>
    (Optional, string) The name of the namespace that you want to delete.
Calendar March 9, 2024
Edit Edit this page