webapi: New endpoint /profile/delete

This commit is contained in:
Kleissner
2021-09-20 14:20:23 +02:00
parent 680723faf3
commit 149984eeb3
3 changed files with 44 additions and 0 deletions

View File

@@ -439,3 +439,19 @@ Example response:
}
```
### Profile Delete
```
Request: POST /profile/delete with JSON structure apiProfileData
Response: 200 with JSON structure apiBlockchainBlockStatus
```
Example POST request to `http://127.0.0.1:112/profile/delete`:
```json
{
"fields": [{
"type": 0
}]
}
```