Work Order API - Delete Record | Community
Skip to main content
RyanMoravick
Level 4
February 3, 2025
Solved

Work Order API - Delete Record

  • February 3, 2025
  • 2 replies
  • 554 views

Hello,

Does anyone know if the Work Order API - Delete Record functionality is still in BETA.

https://experienceleague.adobe.com/en/docs/experience-platform/data-lifecycle/api/workorder

 

Additionally, can anyone provide guidance on where to find the endpoints related to identities?

 

Thank you.

Best answer by GigiCotruta

Hi,  @ryanmoravick,

 

It is in production. This is the data hygiene endpooint:
https://developer.adobe.com/experience-platform-apis/references/data-hygiene/#tag/Quota

And this is the identity one:
https://developer.adobe.com/experience-platform-apis/references/identity-service/#tag/(NEW)-Interactive-API-documentation

I guess that you need something similar to this:
Endpoint:https://platform.adobe.io/data/core/hygiene/workorder
Body:

 

 

{ "action": "delete_identity", "datasetId": "ALL", "displayName": "Name", "description": "Description", "identities": [ { "namespace": { "code": "ecid" }, "id": "83512379376472072218663493297099967737" }, { "namespace": { "code": "ecid" }, "id": "39212900881299083765356174727503454084" } ] }​

 

 

You can use any namespace from your configuration. 

 

Let me know if you need anything else.

2 replies

GigiCotruta
GigiCotrutaAccepted solution
Level 4
February 4, 2025

Hi,  @ryanmoravick,

 

It is in production. This is the data hygiene endpooint:
https://developer.adobe.com/experience-platform-apis/references/data-hygiene/#tag/Quota

And this is the identity one:
https://developer.adobe.com/experience-platform-apis/references/identity-service/#tag/(NEW)-Interactive-API-documentation

I guess that you need something similar to this:
Endpoint:https://platform.adobe.io/data/core/hygiene/workorder
Body:

 

 

{ "action": "delete_identity", "datasetId": "ALL", "displayName": "Name", "description": "Description", "identities": [ { "namespace": { "code": "ecid" }, "id": "83512379376472072218663493297099967737" }, { "namespace": { "code": "ecid" }, "id": "39212900881299083765356174727503454084" } ] }​

 

 

You can use any namespace from your configuration. 

 

Let me know if you need anything else.

RiteshY18
Community Advisor
Community Advisor
February 12, 2025

@ryanmoravick as per Adobe docs 

The Record Delete feature is currently in Beta and available only in a limited release. I. Record delete requests are only available for organizations in the limited release.]
i would suggest raising a Adobe ticket for the current status and how to get access to limited release