cURL
curl --request DELETE \ --url https://api.gologin.com/workspaces/{wid}/profiles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "profiles": [ "<string>" ] }'
Deletes multiple profiles from a workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID