Expand my Community achievements bar.

SOLVED

Work Order API - Delete Record

Avatar

Level 4

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.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 3

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)-Interact...

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

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)-Interact...

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.

Avatar

Level 9

@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