Skip to main content
DELETE
/
live-updates
/
{id}
Delete Live Update
curl --request DELETE \
  --url https://playground.answeringagent.com/api/v1/live-updates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Live update permanently deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

The ID of the live update

Response

Live update deleted successfully

message
string
Example:

"Live update permanently deleted successfully."