5. Delete Profile
Delete Profile
POST http://127.0.0.1:12368/profiles/delete/:idExamples
curl -X POST http://127.0.0.1:12368/profiles/delete/615d6c4b2a151505fe6ba060const hidemyacc = new Hidemyacc();
const user = await hidemyacc.delete("615d6c4b2a151505fe6ba060");Success response example
HTTP/1.1 200 OK
{
"code": 1
}Error response
Name
Type
Description
Error response example
Last updated