Stop Profile
Stop Profile
POST http://127.0.0.1:2268/profiles/stop/:profileIDExample
curl -X POST http://127.0.0.1:2268/profiles/stop/:profileIDconst hidemyacc = new Hidemyacc();
const response = await hidemyacc.stop("652e8e982293bc496ec38ecb");Success response
Name
Type
Description
Success response example
Status code: 200 OK
{
"code": 1
}
Error response
Name
Type
Description
Error response example
Last updated