Delete a contribution [DEPRECATED: Use transaction routes]
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
plan_uuid
string Required -
subAccount_uuid
string Required -
uuid
string Required
DELETE
/api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/contributions/{uuid}
curl \
--request DELETE 'https://api.plannrcrm.com/api/v1/plans/plan_uuid/sub-accounts/subAccount_uuid/contributions/uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"