To soft delete the packages from the database
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request POST 'https://app.services.heycouriers.com.au/package-model/archive-package-model/' \
--header 'X-WebHook-Secret: r3WExcdfdfwe' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleted": [
17
]
}'
Responses
application/json Modified at 2024-11-15 13:32:30