Delete Profiles

Bulk-delete a workspace's profiles by email.

Resolves each email to its profile ids and schedules the existing delete_profile background job for every match.

post/admin/delete-profiles

Headers

Authorizationstring nullable

Cookies

session_idstring nullable

Request body

user_idinteger required
emailsstring[] required

Response

Successful Response

messagestring required
not_foundstring[] required
profile_countinteger required

Changes