cURL
curl --request DELETE \ --url https://api.gologin.com/folders/folder \ --header 'Authorization: Bearer <token>'
Deletes a folder by name. The folder must exist and the user must have permission to delete it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the folder to delete.
"My Folder"
Was this page helpful?