Delete a specific asset by its ID.
curl --request DELETE \
--url https://server26-dot-royalti-project.uc.r.appspot.com/asset/{id} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "<string>",
"data": {}
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Asset ID to delete
Asset deleted successfully
The response is of type object
.
curl --request DELETE \
--url https://server26-dot-royalti-project.uc.r.appspot.com/asset/{id} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "<string>",
"data": {}
}