Delete a Wallet
To delete a wallet, send a DELETE request to the /wallet/<wallet_name>
endpoint.
Delete a wallet
DELETE
https://api.playfix.io/wallet/<wallet_name>
Path Parameters
Name | Type | Description |
---|---|---|
wallet_name* | String | Name of the wallet to delete. This should be the value of |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer <your_access_token> |
Example cURL API Call
Example Python API Call
Response
The response is an empty object, indicating that the project has been deleted successfully.
Last updated