Sign in

List bulk deletes

documented

List bulk deletes.

GET /bulk_action/delete/Bulk Actionsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.close.com/api/v1/bulk_action/delete/?_limit={{$limit}}&_skip={{$page}}" \\n  -X GET \\n  -u "{{CLOSE_API_KEY}}:" \\n  -H "Accept: application/json" \\n  -H "Content-Type: application/json"