App Uninstalled

Sent BY Ewity TO your app's registered webhook endpoint(s). The
path on this page exists only for docs grouping. Identify the event
by the X-Ewity-Event header.

Fires when a business uninstalls your app. The app's API access for
that install stops immediately, so treat this as the signal to
deactivate the merchant on your side. The delivery happens after the
install is removed — the envelope still identifies the company and
store_id so you can match it to your records.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
enum
Allowed:
string
company
object

The merchant business — {id, name, domain}.

install
object

The (now removed) install — {store_id, external_account_id}.

data
object

{uninstalled_at: string} — ISO-8601 uninstall time.

Headers
string
enum
required

Always app.uninstalled for this event.

Allowed:
string
required

Unique delivery id (same as the envelope id).

string

Present in signature verification mode (the default); see the webhooks overview.

Response
2XX

Receiver acknowledged. Non-2xx and connection failures are logged but not retried — deliveries are best-effort single attempts.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!