delete
https://test-accounts.payu.in/api/v3/merchants//kyc_document/
Delete KYC Document (Sub-utility)
Deletes a rejected document so it can be re-uploaded.
Endpoint
DELETE /api/v3/merchants/{mid}/kyc_document/{kyc_document_uuid}
Response
204 No Content on success.
When to Use
When ShowKYCDocument returns DOCUMENT_REJECTED, delete the document and re-upload via Step 15.
400Bad Request
401Unauthorized - Invalid or expired token
403Forbidden - No access to this resource
404Not Found
422Validation Failed
500Internal Server Error
