Revoke your self-serve key
Revoke this wallet's active key. Idempotent — revoking when nothing is active returns 200 with alreadyRevoked: true. Pass address as a query param.
Query Parameters
- Type: stringaddressrequired
Responses
- application/json
- application/json
- application/json
Request Example for delete/api/builder/key
curl 'https://www.hoodgrow.com/api/builder/key?address=' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"ok": true
}