import { BulkDeleteLinksRequest } from "dub/models/operations";
let value: BulkDeleteLinksRequest = {
linkIds: [
"clux0rgak00011...",
"clux0rgak00022...",
],
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
linkIds |
string[] | ✔️ | Comma-separated list of link IDs to delete. Maximum of 100 IDs. Non-existing IDs will be ignored. | [ "clux0rgak00011...", "clux0rgak00022..." ] |