Abort Upload
Files
Abort an Upload
Hard-delete a file row whose S3 PUT failed.
Refuses with 409 if the file is already confirmed — confirmed files must use the regular soft-delete endpoint.
DELETE
Abort Upload
Hard-deletes a file row whose
PUT to S3 never happened or failed. This is the only hard delete in the Files API — every other delete is the soft delete described in Delete a File. Only works while the file is still status: "pending"; a confirmed upload must go through that regular soft-delete instead.
Auth
Requires a CRM manage scope and an active organization on the token. Any*:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.