1. Reviews Data API
Trustoo
  • Reviews Widget Integration
  • Reviews Data API
    • API Quick Start
    • Response Code
    • Webhook Description
    • Under development
      • Get OAuth2 Authorization URL
      • OAuth2 Merchant Authorization
      • OAuth2 Get Access Token
      • Get Shop OAuth Installation Status
    • Create shop webhook
      POST
    • Update shop webhook
      POST
    • Delete shop webhook
      POST
    • Get shop webhooks
      GET
    • Get review detail
      GET
    • Get review list
      GET
    • Get order list
      GET
    • Get rating
      GET
    • Get customer event list
      GET
    • Unsubscribe
      POST
    • Get the video upload url
      GET
    • Create review
      POST
    • Delete review
      POST
    • Create customer exclusion
      POST
    • Delete customer exclusion
      POST
    • Get customer exclusion list
      GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Reviews Data API

Delete shop webhook

POST
/api/v1/openapi/delete_shop_webhook

Request

Header Params

Body Params application/json

Example
{
    "id": 4
}

Request Code 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 'https://rapi.trustoo.io/api/v1/openapi/delete_shop_webhook' \
--header 'Public-Token: f4OUkAIBAHAPbhn/fPjv1g==' \
--header 'Sign: 504c1f4a1681cc0fb5241220d0b7a2fdac4392511ae9b8c311818b15e4e2f4ae' \
--header 'Timestamp: 1779677799' \
--header 'Content-Type: application/json' \
--data '{
    "id": 4
}'

Responses

🟢200OK
application/json
Bodyapplication/json

Example
{"code":2000, "message":"OK", "request_id":"febfc5bd-ac09-4467-ac25-e929e55b5dcd"}
Modified at 2026-05-25 03:09:48
Previous
Update shop webhook
Next
Get shop webhooks
Built with