Payouts
Delete Payout

Knit API Documentation

Delete Payout

Endpoint

DELETE

 {{baseUrl}}/api/payouts/: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
curl --location -g --request DELETE '{{baseUrl}}/api/payouts/bf81f144-efca-422a-aed7-bf7bf52da26b' \
--header 'X-API-KEY: {{apiKey}}' \
--header 'Accept: application/json'