cURL
curl --request DELETE \ --url https://api.sandbox.bitwage.com/api/company/{company_id}/recipients/{recipient_id}/distribution \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "distribution_id": "<string>" } '
{}
Delete a distribution for a company recipient. The allocation must be 0 before deletion.
API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>
Authorization: Basic <ACCESS_TOKEN>
Company ID.
Recipient ID.
Distribution deleted.
The response is of type object.
object