Home
Delete a status message
To delete a status message, use the HTTP DELETE method.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method URI Input and output representations DELETE Value of the href attribute of the <link> element with the rel="self" attribute for each message entry found in the board feed. none
Input
None.
Output
None. Returned HTTP Headers
- HTTP/1.1 200 OK
- Indicates that the status message was successfully deleted.
Error codes
- HTTP/1.1 400 Bad Request
- HTTP/1.1 404 Not Found