Send an HTTP DELETE request to destroy Answer. Use Answer ID, provided by Lipscore during Answer creation, to identify an Answer you want to destroy. On a successful destroying we will return a 200 status code and an empty response body.

Supported Formats

json

Params

Param name Description
id
required

Answer ID provided by Lipscore


Value:

Must be a Integer

api_key
required

API key (a 24 character unique code)


Value:

Must be a String

Examples

DELETE /answers/316?api_key=889c3f3e4b6ac67269261324

Response
{ }