NeuralSpace AI
  1. Basket
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
      • Get single project
      • Get project lists
      • Update project
      • Delete project
      • Delete one project
      • Add sysnonyms
      • Fetch sysnonyms
      • Remove sysnonyms
      • Get single project details
    • 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
        DELETE
    • Analytics
      • Overall Stats
      • API Calls Count
      • Examples Per Project Histogram
    • Dataset
      • Fetch NER Datasets
      • Fetch bulk uploads
      • Upload Datasets
      • Import Datasets
    • Supported languages
      GET
  • 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. Basket

Delete entity from basket

Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
DELETE
/api/nlu/v1/entity-basket/delete
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://dev.your-api-server.com/api/nlu/v1/entity-basket/delete' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2MjIwNTUzMjUwLCJkYXRhIjp7ImVtYWlsIjoiam9obi5kb2VAbmV1cmFsc3BhY2UuYWkiLCJyb2xlIjoicHJvdmlkZXIiLCJhcGlrZXkiOiI0NDllMmFmMC00YmEzLTRjNDItYjYwMy0zNzFkMjE0ZGY1N2MiLCJyZWZlcmVuY2VLZXkiOiI0NDllMmFmMC00YmEzLTRjNDItYjYwMy0zNzFkMjE0ZGY1N2MifSwiaWF0IjoxNjIyMDU0OTY1fQ.2wYtMNjcCCC3qdzd71C4UN5UuTdPlfABHuZCYlSelbI' \
--header 'Content-Type: application/json' \
--data-raw '{
    "projectId": "dff9c243-12e5-4e09-b63a-be4b643f37d4",
    "language": "en",
    "entityId": "en-org-lookup-449e2af0-4ba3-4c42-b603-371d214df57c",
    "convertToTrainable": true
}'
Response Response Example
{}

Request

Header Params
Authorization
string 
required
Example:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2MjIwNTUzMjUwLCJkYXRhIjp7ImVtYWlsIjoiam9obi5kb2VAbmV1cmFsc3BhY2UuYWkiLCJyb2xlIjoicHJvdmlkZXIiLCJhcGlrZXkiOiI0NDllMmFmMC00YmEzLTRjNDItYjYwMy0zNzFkMjE0ZGY1N2MiLCJyZWZlcmVuY2VLZXkiOiI0NDllMmFmMC00YmEzLTRjNDItYjYwMy0zNzFkMjE0ZGY1N2MifSwiaWF0IjoxNjIyMDU0OTY1fQ.2wYtMNjcCCC3qdzd71C4UN5UuTdPlfABHuZCYlSelbI
Body Params application/json
projectId
string 
required
language
string 
required
entityId
string 
required
convertToTrainable
boolean 
required
Examples

Responses

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