Abort document upload
Aborts a multipart upload and archives the document record. Use this endpoint if you need to cancel an upload that is in progress or if an error occurs during upload. Any uploaded parts will be cleaned up from S3.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business.
The UUID of the document returned from the create endpoint.
Body
Parameters for aborting a multipart upload.
The upload ID returned from the create document endpoint.
Response
Upload aborted successfully.
Resource type. Value will be 'com.layerfi.controllers.EmptyResponse'.
"{}"