Links
Bulk delete links
Bulk delete up to 100 links for the authenticated workspace.
DELETE
/
links
/
bulk
This is a destructive action and cannot be undone. Proceed with caution. Also, webhook events will not be triggered when using this endpoint.
Authorizations
Authorization
string
headerrequiredDefault authentication mechanism
Query Parameters
linkIds
string[]
requiredComma-separated list of link IDs to delete. Maximum of 100 IDs. Non-existing IDs will be ignored.
Response
200 - application/json
deletedCount
number
requiredThe number of links deleted.
Was this page helpful?