Remove grant
Remove grant
Responses
- 200
- 401
- 403
Success
- application/json
- Schema
- Example (from schema)
Schema
- requestId string required
- grantId string
The bankHub Grant ID. The grantId is always unique; linking the same account at the same institution. Like all bankHub identifiers, the grantId is case-sensitive.
- state string
Grant state
{
"requestId": "string",
"grantId": "string",
"state": "string"
}
Unauthorized
Permission denied.
Loading...