v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBclient
[BETA] delete quick reply
Delete a quick reply by id. Note: This endpoint is currently in beta and may change without notice.
post/instances/{id}/client/action/delete-quick-reply
Path parameters
idinteger required
Instance ID
Request body
Response
Quick reply deleted successfully
Example response
{
"instanceId": "1",
"data": {
"deleted": true
},
"status": "success"
}