NeuralSpace AI
  1. Project
NeuralSpace AI
  • General
    • Welcome
      GET
    • Payment Invoice breakdown
      GET
    • User transactions
      POST
  • Authentication
    • Login
      POST
    • User licenses
      GET
    • Supported Services
      GET
  • Files
    • Upload file
      POST
    • Download file
      GET
    • Fetch all file list
      POST
    • Fetch single file
      GET
    • Delete file
      DELETE
  • Natural Language Understanding (NLU)
    • Project
      • Create project
        POST
      • Get single project
        GET
      • Get project lists
        POST
      • Update project
        PUT
      • Delete project
        DELETE
      • Delete one project
        DELETE
      • Add sysnonyms
        POST
      • Fetch sysnonyms
        POST
      • Remove sysnonyms
        POST
      • Get single project details
        GET
    • Model - Train, Deploy, Parse, Analyze
      • Train model
      • Get single model
      • Get models
      • Update model
      • Delete model
      • Deploy Model
      • Parse Model
      • Model feedback api
      • Socket call for Model
      • Parse Model Dialogflow
      • Parse Model Wit
      • Parse Model Watson
      • Parse Model Luis
      • Multilingual Parse model
      • Model analytics
      • Re-train model
      • Parse Model Batch
      • Parse Model Batch Evaluate
    • Example
      • Create one example
      • Create examples
      • Get single example
      • Get examples
      • Delete one example
      • Update example
      • Delete example
      • Intent distribution graph
    • Entity
      • Create entity
      • Get single entity
      • Get entities list
      • Add entity examples
      • Rmove entity examples
      • Delete entity
    • Intent
      • Create intent
      • Get intents
      • Get single intent
      • Delete intent
    • Basket
      • Delete entity from basket
    • Analytics
      • Overall Stats
      • API Calls
      • Examples Per Project Histogram
    • Dataset
      • Fetch NLU Datasets
      • Fetch bulk uploads
      • Upload Datasets
      • Import Datasets
    • Supported languages
      GET
  • Named Entity Recognition (NER)
    • Project
      • Create project
      • Get single project
      • Get project lists
      • Update project
      • Delete one project
      • Add synonyms
      • Fetch synonyms
      • Remove synonyms
    • Model - Train, Deploy, Parse, Analyze
      • Train model
      • Get single model
      • Get models
      • Update model
      • Delete model
      • Deploy Model
      • Parse Model
      • Model feedback api
      • Model webhook
      • Multilingual Parse model
      • Model analytics
    • Example
      • Create one example
      • Example Entity distribution
      • Get single example
      • Get examples
      • Delete one example
      • Update example
      • Delete example
      • Prepare one example
    • Entity
      • Create entity
      • Get single entity
      • Get entities list
      • Add entity examples
      • Rmove entity examples
      • Delete entity
    • Basket
      • Delete entity from basket
    • Analytics
      • Overall Stats
      • API Calls Count
      • Examples Per Project Histogram
    • Dataset
      • Fetch NER Datasets
      • Fetch bulk uploads
      • Upload Datasets
      • Import Datasets
    • Supported languages
  • Translation
    • Translate
    • Supported languages
    • Annotated Translate
  • Sentence Generator
    • Generate Sentences
    • Supported languages
  • Language Detection
    • Detect Language
    • Supported languages
  • Speaker Identification
    • Speaker Profiling
      • Upload speaker sample file
      • Fetch all sample files
      • Fetch single sample file
      • Delete Sample file
      • Download sample file
    • Identify Speakers
    • Fetch all tasks by fileId
    • Fetch single task
  • Speech to Text
    • Supported languages
    • Supported languages and domains
    • Transcribe file
    • All Transcription list
    • Get Sengments for Transcription
    • Get single transcription
    • Delete transcription
    • Supported Languages Dictation
  • Voice Extractor
    • Split Audio
    • Get audio splitter task
  • Text to Speech
    • Fetch Voices
    • Batch synthesize
    • Single synthesize
    • Job Status
  1. Project

Delete project

Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
DELETE
/api/nlu/v1/project
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://dev.your-api-server.com/api/nlu/v1/project' \
--header 'Connection: keep-alive' \
--header 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="90", "Google Chrome";v="90"' \
--header 'Accept: application/json, text/plain, */*' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'sec-ch-ua-mobile: ?0' \
--header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36' \
--header 'Origin: http://localhost:4001' \
--header 'Sec-Fetch-Site: same-site' \
--header 'Sec-Fetch-Mode: cors' \
--header 'Sec-Fetch-Dest: empty' \
--header 'Referer: http://localhost:4001/' \
--header 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8,la;q=0.7' \
--header 'Content-Type: application/json' \
--data-raw '{
    "projectId": ["f05c5858-a1d1-4a01-8af2-042e508cd86a"]
}'
Response Response Example
{}

Request

Header Params
Connection
string 
required
Example:
keep-alive
sec-ch-ua
string 
required
Example:
" Not A;Brand";v="99", "Chromium";v="90", "Google Chrome";v="90"
Accept
string 
required
Example:
application/json, text/plain, */*
authorization
string 
required
Example:
{{ACCESS_TOKEN}}
sec-ch-ua-mobile
string 
required
Example:
?0
User-Agent
string 
required
Example:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
Origin
string 
required
Example:
http://localhost:4001
Sec-Fetch-Site
string 
required
Example:
same-site
Sec-Fetch-Mode
string 
required
Example:
cors
Sec-Fetch-Dest
string 
required
Example:
empty
Referer
string 
required
Example:
http://localhost:4001/
Accept-Language
string 
required
Example:
en-GB,en-US;q=0.9,en;q=0.8,la;q=0.7
Body Params application/json
projectId
array[string]
required
Examples

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2024-07-05 09:27:47
Previous
Update project
Next
Delete one project
Built with