Wiki

Clone wiki

BibSonomy / documentation / api / methods / DeleteConcept

Delete concept

Method DELETE
URL https://www.bibsonomy.org/api/users/[username]/concepts/[conceptname]

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/concepts/conceptname"

Updated