Delete a discussion entry

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Parameters

discussionId

string

required

The unique identifier of the discussion

entryId

string

required

The unique identifier of the entry

Response Codes

200      Entry deleted successfully
400
Bad request - entry cannot be deleted (check REL links)
401
Unauthorized - invalid or missing authentication
404
Discussion or entry not found
500
Internal server error

Last Updated

Updated 3 months ago


Code Example

ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request DELETE \
     --url https://example.com/chats/discussionId/entries/entryId \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200