v29

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-13511526891.2 KB
Users

Bulk Delete Users

Accepts a comma-separated list of up to 100 user ids.

The request takes an ids or an external_ids query parameter.

Allowed for

  • Admins

Response

This endpoint returns a job_status JSON object and queues a background job to do the work. Use the Show Job Status endpoint to check for the job's completion. Only a certain number of jobs can be queued or running at the same time. See Job limit for more information.

delete/api/v2/users/destroy_many

Query parameters

idsstring

Id of the users to delete. Comma separated

external_idsstring

External Id of the users to delete. Comma separated

Response

Success response