v1
latestOpenAPI 3.0.02026-07-175152156.1 KBUser
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
Example request
{
"typedDataSignature": "0x..."
}Response
Uninstall completed successfully
Example response
{
"transactionHash": "0x9d260d1bbe075be0cda52a3271df062748f3182ede91b3aae5cd115f7b26552b"
}