Wiki

Clone wiki

BibSonomy / documentation / api / methods / DeletePost

Delete post

The intrahash of the resource is a unique reference for a post.

Method DELETE
URL https://www.bibsonomy.org/api/users/[username]/posts/[resourceHash]

Status codes

  • 200 ok

  • 400 bad request

  • 401 Unauthorized
  • 403 Forbidden

  • 500 Internal Server Error

Example

Request:

curl -XDELETE --user username:apikey "https://www.bibsonomy.org/api/users/username/posts/aabbcdef01244432"

Updated