cURL
curl --request DELETE \ --url https://api.attio.com/v2/objects/users/records/{record_id} \ --header 'Authorization: Bearer <token>'
{}
Deletes a single user 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 user record to delete.
"5e3fb280-007b-495a-a530-9354bde01de1"
Success
Was this page helpful?