Delete multiple profiles
Profile
Delete multiple profiles
Deletes multiple profiles by ids.
DELETE
Delete multiple profiles
Documentation Index
Fetch the complete documentation index at: https://gologin.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
You need to pass an array of profile ids.
Array of profile IDs that you want to delete.
Example:
["6200f55e7685342e170dc531"]
Response
204 - undefined