Loading

Delete a Thanks received using DataLoader

Fecha de publicación: Jun 2, 2026
Descripción

In Salesforce, a Thanks badge that has been awarded (a WorkBadge record) can be deleted using Salesforce Data Loader. This article provides step-by-step instructions to export WorkBadge records, identify the specific award to delete, and permanently remove it using the Data Loader Delete function.

Solución

To delete a received Thanks badge in Salesforce, use Data Loader to export the WorkBadge object, identify the correct record ID, and then run a Delete operation.

Steps to Delete a Thanks Badge Using Salesforce Data Loader

  1. Open Data Loader and click Export.
  2. Select the Badge Received (WorkBadge) object.
  3. Click Select All Fields, then click Finish.
  4. Open the exported file in Excel and identify the WorkBadge record you would like to delete.
  5. Copy the Id value of the record.
  6. Paste the copied ID at the end of the Salesforce URL and verify that it is the correct record before deletion.

    Example:

     
    https://<REDACTED>.my.salesforce.com/0W1i0000000L0Uo
     
  7. Create a new CSV file containing only the ID(s) of the WorkBadge record(s) to delete and save the file.
  8. Open Data Loader and select the Delete operation.
  9. Select the Badge Received (WorkBadge) object.
  10. Choose the newly created CSV file and map the Id field.
  11. Proceed with the delete operation to permanently remove the WorkBadge record.
Número del artículo de conocimiento

000387637

 
Cargando
Salesforce Help | Article