Bulk actions help you manage several links without editing them one at a time.
Open Links, select the required rows, then choose an available action from
the bulk toolbar.
Depending on the selected links and your permissions, you can update shared
settings, organize links, transfer them, or delete them. Review the selection
count before confirming an action.
For programmatic workflows, the Workspace API also provides bulk create, bulk
update, and bulk delete endpoints. Each item returns its own result, so a bulk
request can contain both successes and failures.
Bulk deletion is permanent. Export or review the selected links before
deleting a large campaign.
Use dashboard bulk actions
- Filter the link list until it contains the intended campaign.
- Select individual rows or the supported current-page selection.
- Open the bulk toolbar and choose the action.
- Review the selection count and shared values.
- Confirm, then spot-check several updated links.
A bulk update applies the requested fields to every selected link. Do not assume
that omitted settings will be cleared. Read the confirmation carefully when an
action replaces attachments, active state, domain, or restrictions.
Use API bulk endpoints
Bulk create and update accept a collection of item payloads. Bulk delete accepts
the supported collection of link IDs. The response reports each item’s index,
status, resource or error, plus a summary. HTTP 207 can represent a mixed
result, so clients must inspect every result instead of treating the request as
one success or failure.
The public API accepts up to the documented endpoint limit and applies resource
permissions, cross-resource read permissions, quotas, validation, and safety
checks to each item.