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
      PUT
    • Delete shop webhook
      DELETE
    • Get shop webhooks
      GET
    • Get review list
      GET
    • Get order list
      GET
    • Get customer event list
      GET
    • Unsubscribe
      POST
  1. Reviews Data API

Delete shop webhook

DELETE
/api/v1/open_api/delete_shop_webhook

Request

Query Params
id
number 
optional
webhook id
Header Params
Public-Token
string 
optional
Example:
asd45456
Sign
string 
optional
Example:
123
Timestamp
string 
optional
Example:
1699935269

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 DELETE 'https://api.trustoo.io/api/v1/open_api/delete_shop_webhook?id=' \
--header 'Public-Token: asd45456' \
--header 'Sign: 123' \
--header 'Timestamp: 1699935269'

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 2024-08-28 09:01:16
Previous
Update shop webhook
Next
Get shop webhooks
Built with