DELETE
/
v2
/
objects
/
workspaces
/
records
/
{record_id}
curl --request DELETE \
  --url https://api.attio.com/v2/objects/workspaces/records/{record_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

record_id
string
required

The UUID of the workspace record to delete.

Example:

"72ef5feaf-4919-4208-b332-1339ab8ba040"

Response

200
application/json

Success