cURL
curl --request DELETE \ --url https://api.attio.com/v2/objects/workspaces/records/{record_id} \ --header 'Authorization: Bearer <token>'
{}
Deletes a single workspace 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 workspace record to delete.
"72ef5feaf-4919-4208-b332-1339ab8ba040"
Success
Was this page helpful?