Skip to main content
DELETE
/
api
/
v1
/
local
/
namespace
/
{namespace}
Delete a namespace
curl --request DELETE \
  --url https://api.coralcloud.ai/api/v1/local/namespace/{namespace} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required

The namespace to delete

Response

404 - application/json

Invalid namespace provided

message
string
required