Skip to main content
DELETE
/
v2
/
files
/
{file_id}
Delete a file
curl --request DELETE \
  --url https://api.attio.com/v2/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

file_id
string<uuid>
required

A UUID which identifies the file to delete.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

Success

Success