v1

latestOpenAPI 3.0.02026-07-175152156.1 KB
User

Complete app uninstall

Submits the signed EIP2771 data to Gelato relay to complete the uninstall

post/user/{appId}/complete-uninstall

Path parameters

appIdnumber required

ID of the target application

Request body

typedDataSignaturestring required

The signature of the typed data from the user wallet

uninstallDataToSignobject required

The uninstallDataToSign object returned from uninstall-app. Generated by the Gelato SDK.

Example request

{
  "typedDataSignature": "0x..."
}

Response

Uninstall completed successfully

transactionHashstring required

The transaction hash of the completed uninstall transaction

Example response

{
  "transactionHash": "0x9d260d1bbe075be0cda52a3271df062748f3182ede91b3aae5cd115f7b26552b"
}