Unsubscribe to the Events.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"Reference": "unsubscribe-webhook-001",
"Events": [
"SHIPMENT_CREATED"
]
}
Request samples
curl --location --request POST 'https://partnerapi.flavorcloud.com/Webhooks/UnSubscribe' \
--header 'Content-Type: application/json' \
--data-raw '{
"Reference": "unsubscribe-webhook-001",
"Events": [
"SHIPMENT_CREATED"
]
}'
Responses
application/json {
"Reference": "string",
"Status": "string",
"Message": "string"
}
Modified at 2025-04-28 20:51:37