8. Delete profile
Delete profile from profile list
Request
Method
URL
DELETE
http://127.0.0.1:5555/delete-profile
Body
{
"uuid_browser":[
"98a715d1-efa7-45b6-912f-21d7eacd5d22",
"9a47bc62-1aef-4b09-a585-218437bf1258"
]
}
uuid_browser: UUID of profile
Response
{
"type": "success",
"title": "Delete successfully.",
"content": []
}
Last updated