Request
Body Params application/json
{
"profileId": "66276638afc2800a42c85acf"
}
Request Code Samples
curl --location --request POST 'http://localhost:8000/api/local-api/profile/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"profileId": "66276638afc2800a42c85acf"
}'
Responses
application/json {
"success": true,
"code": 200,
"moreInfo": {
"env": "production"
},
"data": {
"success": true,
"code": 200,
"moreInfo": {
"env": "PROD"
},
"data": {
"n": 1,
"nModified": 1,
"ok": 1
}
}
}
Modified at 2024-12-09 02:44:30