Trash a vAtom belonging to the current user.
Calling trash will remove the vAtom from the current user's inventory and transfer it to the trash user.
Content-Type: application/json
App-Id: {app_id}| Name | Type | Description |
|---|---|---|
this.id
*
| string | The ID of the vAtom. |
| Error | Type | Description |
|---|---|---|
200 | http | Everything is OK |
403 | http | Not Authorized |
404 | http | Not Found |
{
"payload": {
"success_message": "Vatom has been transferred to the trash user"
}
}