Deskhero Developer Hub
Back to deskhero.com
Integrations

Shopify callback app uninstalled

Receives Shopify's app/uninstalled webhook when a shop removes the Deskhero app and queues the payload for background processing, which currently only records the event, the integration itself is removed later by the shop/redact webhook. Signed requests only: Shopify's x-shopify-hmac-sha256 header is verified and the call is rejected with 401 without it.

POST /api/sys/v{version:apiVersion}/integrations/shopify_callback_app_uninstalled
Authorisation
No authentication needed

Request arguments

Name Type Source
Request body example
No input arguments

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden), 401 (Unauthorized)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37