Revoke Grant
DELETE/users/:id/grants/:address
Revoke a grant (remove app authorization)
Request
Path Parameters
id stringrequired
The user ID (grantor)
address stringrequired
The app API key (grantee address) to revoke
Responses
- 200
- 400
- 401
- 403
- 500
Grant revoked successfully
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Whether the operation was successful
transaction_hash string
The blockchain transaction hash
{
"success": true,
"transaction_hash": "string"
}
Bad request
Unauthorized
Forbidden
Server error
Loading...