Api Documentation

Bulletinboard items

Retrieves bulletinboard items and rudimentary information about them.
Retrieves a single bulletinboard item and rudimentary information about it.
Deletes a single bulletinboard item. Only available to API keys without user authentication.
Json
XML
DELETE https://api.bundeling.com/V2/bulletinboard_items

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a bulletinboard categorystring

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}