Delete Profile
Delete Profile
DELETE http://127.0.0.1:2268/profiles/:profileIDExample
curl DELETE http://127.0.0.1:2268/profiles/:profileIDconst hidemyacc = new Hidemyacc();
const response = await hidemyacc.delete("615d6c4b2a151505fe6ba060");Success response
Name
Type
Description
Success response example
Status code: 200 OK
{
"code": 1
}
Error response
Name
Type
Description
Error response example
Last updated