cURL
curl --request DELETE \ --url https://api.attio.com/v2/objects/deals/records/{record_id} \ --header 'Authorization: Bearer <token>'
{}
Deletes a single deal record by ID.
Required scopes: object_configuration:read, record_permission:read-write.
object_configuration:read
record_permission:read-write
This API uses OAuth 2.0 with the authorization code grant flow.
The UUID of the deal record to delete.
"1eec4535-30a1-4bc0-be24-e255d3fb5ac5"
Success
Was this page helpful?