Api Documentation

User connections

User connections belonging to the logged in user. For privacy reasons, user authentication is always required for this endpoint.
Retrieves a collection of user connections
Retrieves a single user connection
Deletes a single user connection.
Json
XML
DELETE https://api.bundeling.com/V2/user_connections

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a user notestring

Example request

Headers

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

Example response

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