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
-
botId: string
The ID of the skill that contains the entity.
-
entityId: string
The ID of the entity that the push request is for.
-
pushRequestId: string
The ID of the push request to delete.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- */*
204 Response
Push request deleted.
404 Response
The push request doesn't exist for the skill or entity.
Root Schema : RestError
Type:
Show Source
object
-
detail(optional):
string
-
o:ecid(optional):
string
-
o:errorCode(optional):
string
-
o:errorDetails(optional):
array o:errorDetails
-
o:errorPath(optional):
string
-
o:location(optional):
object Location
-
o:opcRequestId(optional):
string
-
status(optional):
integer(int32)
-
title(optional):
string
-
type(optional):
string
412 Response
Can't delete the push request because it has a
TRAINING
status.Root Schema : RestError
Type:
Show Source
object
-
detail(optional):
string
-
o:ecid(optional):
string
-
o:errorCode(optional):
string
-
o:errorDetails(optional):
array o:errorDetails
-
o:errorPath(optional):
string
-
o:location(optional):
object Location
-
o:opcRequestId(optional):
string
-
status(optional):
integer(int32)
-
title(optional):
string
-
type(optional):
string