Delete Push Request

delete

/api/v1/bots/{botId}/dynamicEntities/{entityId}/pushRequests/{pushRequestId}

Deletes the given push 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

Push request deleted.

404 Response

The push request doesn't exist for the skill or entity.
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

Can't delete the push request because it has a TRAINING status.
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