GenLogin
  • Genlogin's Technology
  • Group profiles
    • Create profile
      • Overview
      • Network And WEBRTC
      • Location
      • Advanced settings
      • Cookies
    • Extensions
    • Local and Cloud profiles
    • Group profiles
    • Change owner profile
    • Share profile
    • Team-member
    • Email and password
    • Captcha service
    • Support center
  • Genlogin API
    • Profile API
      • 1. Profile list
      • 2. Create profile
      • 3. Run profile
      • 4. Stop profile
      • 5. Delete profile
    • Github Examples
  • Record automation
    • Overview
    • Puppeteer
    • Selenium
  • Automation guide
    • Overview
    • Running automation separately following profile group
  • ABOUT
    • FAQ
      • How to use Genlogin?
      • What operating systems does the software support?
      • Can I use my account on different computers at the same time?
      • How many accounts can I use in 1 computer?
      • How to pay for the invoice?
      • If I cannot pay on time, will I lose all my data?
      • How long will I wait prior to the activation of my subscription?
      • How to change the subscription plan?
Powered by GitBook
On this page
  1. Genlogin API
  2. Profile API

5. Delete profile

Previous4. Stop profileNextGithub Examples

Last updated 1 year ago

Api Delete Profile

delete
Authorizations
Path parameters
profile_idintegerRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
delete
DELETE /profiles/{profile_id} HTTP/1.1
Host: 
Accept: */*
{
  "success": true,
  "data": null
}