Path parameters

idstringrequired

The ID of the collection link to remove.

Response

idstring

The unique identifier for this collection link.

objectstring

This will always contain collection_link for this endpoint.

deletedboolean

Determine if the object was successfully deleted.

import Blutui from 'blutui'

const blutui = new Blutui('ey....')

blutui.project('one').admin.links.remove('collection-id', '0195b611-161e-733c-9372-72985cffa043')
Response
{
  "id": "0195b611-161e-733c-9372-72985cffa043",
  "object": "link",
  "deleted": true
}

Was this helpful?