Delete specified Scheduled Payments for Party
DELETE/v1/parties/scheduled/:scheduledPaymentId
Required States: ACTIVE
Deletes the nominated scheduled payment. In order to delete a scheduled payment, the following conditions must be met:
- The party must be in
ACTIVEstatus - The scheduled payment must exist and be associated with the current party
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
- 503
Success
Schema validation error (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006) or Tenant context could not be resolved (AUT001001)
External application access denied (AUT003001) or Party not in required status (PAR003001) or Scheduled payment does not belong to party (PAR003003)
Party not found (PAR004001) or Scheduled payment not found (PAR004007)
Internal server error (GEN100000) or Service error (GEN100001)
All connector targets are currently unhealthy (CRT103001)