Skip to main content
DELETE
Delete a `namespace` and all related data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
namespace
string
required

The key of the namespace to delete.

recursively_delete_all_data
boolean | null

For safety. Set to true to delete the namespace and all related data.

Response

Success

success
enum<boolean>
required

Always true.

Available options:
true
data
object
required

The namespace.