Delete a post from a wall.
DELETE
/api/wall/{target}/{targetId}/{postId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
target*
Typestring
RequiredPattern
"\\w+"
targetId*
Typestring
RequiredPattern
"\\d+"
postId*
Typestring
RequiredPattern
"\\d+"
Responses
Success