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

There's no request body for this operation.

Back to Top

Response

Supported Media Types

204 Response

Success.

404 Response

The request can't be performed because the specified skill or migration request doesn't exist.
Body ()
Root Schema : RestError
Type: object
Show Source
Nested Schema : o:errorDetails
Type: array
Show Source
Nested Schema : Location
Type: object
Show Source
Nested Schema : Context
Type: object
Show Source

412 Response

The request can't be performed because the specified migration request is in progress.
Body ()
Root Schema : RestError
Type: object
Show Source
Nested Schema : o:errorDetails
Type: array
Show Source
Nested Schema : Location
Type: object
Show Source
Nested Schema : Context
Type: object
Show Source
Back to Top