Trustoo
  1. Reviews Data API
Trustoo
  • Reviews Widget Integration
  • Reviews Data API
    • API Quick Start
    • Response Code
    • Webhook Description
    • Create shop webhook
      POST
    • Update shop webhook
      POST
    • Delete shop webhook
      POST
    • Get shop webhooks
      GET
    • Get review list
      GET
    • Get order list
      GET
    • Get customer event list
      GET
    • Unsubscribe
      POST
    • Get the video upload url
      GET
    • Create review
      POST
  1. Reviews Data API

Delete shop webhook

POST
/api/v1/openapi/delete_shop_webhook

Request

Header Params
Public-Token
string 
optional
Example:
asd45456
Sign
string 
optional
Example:
123
Timestamp
string 
optional
Example:
1699935269
Body Params application/json
id
integer 
required
webhook id
Example
{
    "id": 0
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://rapi.trustoo.io/api/v1/openapi/delete_shop_webhook' \
--header 'Public-Token: asd45456' \
--header 'Sign: 123' \
--header 'Timestamp: 1699935269' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": 0
}'

Responses

🟢200OK
application/json
Body
code
integer 
required
message
string 
required
request_id
string 
required
Example
{"code":2000, "message":"OK", "request_id":"febfc5bd-ac09-4467-ac25-e929e55b5dcd"}
Modified at 2025-06-26 07:38:37
Previous
Update shop webhook
Next
Get shop webhooks
Built with