Delete a namespace and all its associated data. This action is irreversible.
cURL
curl --request DELETE \ --url https://api.deyta.ai/gateway/v1/namespaces/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "deleted": true } }
API key obtained from the Deyta Console
Namespace ID.
Namespace deleted successfully
true
Show child attributes