Skip to main content
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.

Response

Errors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

UUID of the pending (unconfirmed) file upload to abort.

Response

Successful Response

{key}
boolean