Request
Example:X-Token: ********************
or
Body Params application/json
Request Code Samples
curl --location 'https://rapi.trustoo.io/api/v1/openapi/delete_review' \
--header 'Public-Token: f4OUkAIBAHAPbhn/fPjv1g==' \
--header 'Sign: b556ad284b64f39d6b00019693f51c46385f8973b08d5e31d88a7f81f01e41c6' \
--header 'Timestamp: 1779679917' \
--header 'Content-Type: application/json' \
--data '{
"id": 1
}'
Responses
application/json
{
"code": 0,
"message": "OK",
"request_id": "bf4fdcdf-c984-4c4f-a039-f8c6748285c8"
}
Modified at 2026-05-25 03:32:28