DELETE
/
v2
/
objects
/
deals
/
records
/
{record_id}
curl --request DELETE \
  --url https://api.attio.com/v2/objects/deals/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 deal record to delete.

Example:

"1eec4535-30a1-4bc0-be24-e255d3fb5ac5"

Response

200
application/json

Success