- Overview
- Our JavaScript/TypeSctipt SDK
- users
- auth
- organizations
- List organizationsGET
- Create a new organizationPOST
- List organization balance walletsGET
- Deploy a new OrganizationBalancesWalletUpgradeable contractPOST
- Update an organization balance walletPATCH
- Get an organization by IDGET
- Update an organizationPUT
- Delete an organizationDELETE
- List organization membersGET
- Add a member to an organizationPOST
- Remove a member from an organizationDELETE
- List all organizations in the systemGET
- API keys
- wallets
- transactions send
- transactions approvals
- transactions create
- transactions information
- contract deployment
- contract interactions
- Get Contract Function
- Call Contract Function (Read)
- Get Function Documentation
- Update Function Documentation
- Execute Contract Function
- Submit Documentation Feedback
- Get Contract ABI
- Import Contract ABI
- Call Contract Function By Name (Read)
- Execute Contract Function By Name (Write)
- List Contract Functions
- List Interactions by Contract Address
- Search Contracts and Functions
- Generate Search Report
- Get Interaction by Transaction Hash
- Get Contract Interaction by ID
- external contracts
- permissions
- Assign role to organization user
- Get organization user roles
- Revoke role from organization user
- List all permissions
- List permissions by resource type
- Assign permission to resource
- Revoke permission from resource
- List all roles
- Create a new role
- Get a role by ID
- Update a role
- Delete a role
- Set transaction limit
- Get transaction limits by role
- Assign permission to user
- Get user permissions
- Revoke permission from user
- Assign role to user
- Get user roles
- Revoke role from user
Delete wallet
DELETE
/wallets/{id}
wallets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://transactions.srblabs.io/api/v1/wallets/'
Response Response Example
200 - Example 1
{
"message": "Operation completed successfully"
}
Request
Path Params
id
string
required
Responses
🟢200OK
application/json
Body
message
string
optional
Example:
Operation completed successfully
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Modified at 2025-04-30 01:06:49