Knit API Documentation
Delete Single Wallet
{{baseUrl}}/api/wallets/:id
Headers
- X-API-KEY: Your API key, which authorizes the request.
- Accept: Set to application/json to receive the response in JSON format.
Path Variables
- id: The unique identifier of the wallet you wish to retrieve information for. This should be replaced with the actual wallet ID in your request.
Sample Request
Sample Request
curl --location -g --request DELETE '{{baseUrl}}/api/wallets/bf81f144-efca-422a-aed7-bf7bf52da26b' \
--header 'X-API-KEY: {{apiKey}}' \
--header 'Accept: application/json'