Delete Dynamic Entities Migration Requests
delete
                    /api/v1/bots/{botId}/metadataMigration/dynamicEntitiesMigrationRequests/{migrationRequestId}
Deletes the given dynamic entities migration request if it doesn't have a status of TRAINING.
                Request
Path Parameters
                - 
                    botId(required):  string
                    
                    The ID of the skill.
- 
                    migrationRequestId(required):  string
                    
                    The ID of the dynamic entities migration request
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - */*
204 Response
Success.
                            
                            
                            
                            
                        404 Response
The request can't be performed because the specified skill or migration request doesn't exist.
                            
                            
                                Nested Schema : Context
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    elementName: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    elementType: string
                    
                    
                     
                    
                
                
                Allowed Values:[ "state", "defaultTransitionAction", "inputParameter", "outputParameter", "variable", "eventMapping", "intent", "entity" ]
- 
                
                    
                    subElementName: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    subElementType: string
                    
                    
                     
                    
                
                
                Allowed Values:[ "stateProperty", "componentProperty", "transition", "transitionAction", "property", "inputParameter", "outputParameter" ]
412 Response
The request can't be performed because the specified migration request is in progress.
                            
                            
                                Nested Schema : Context
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    elementName: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    elementType: string
                    
                    
                     
                    
                
                
                Allowed Values:[ "state", "defaultTransitionAction", "inputParameter", "outputParameter", "variable", "eventMapping", "intent", "entity" ]
- 
                
                    
                    subElementName: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    subElementType: string
                    
                    
                     
                    
                
                
                Allowed Values:[ "stateProperty", "componentProperty", "transition", "transitionAction", "property", "inputParameter", "outputParameter" ]