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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
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.
@RyanMoravick as per Adobe docs
Views
Like
Replies
Views
Likes
Replies