Home
Clearing the current status message
To clear the current status message, and replace it with an empty string, use the HTTP DELETE method.
You can only clear your own status message. See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource URI Input and output representations DELETE status Web address specified in the href attribute of the <link> element that contains a rel="http://www.ibm.com/xmlns/prod/sn/status" attribute value from the person's service document. none
Input
None.
Output
None. Returned HTTP Headers
- HTTP/1.1 200 OK
- Indicates that the current status message was successfully cleared.
Error codes
- HTTP/1.1 400 Bad Request
- HTTP/1.1 404 Not Found