Does any one tried the new IdentityNow Beta APIs.
The get method is working fine, I am facing below error for other methods such as POST, DELETE.
I created two attribute in my Identity profile for a source and tried to delete them using the given API end point - /identity-attributes/bulk-delete and getting 405 error. Attached screenshot for reference.
The Allow response header for a POST says HEAD, DELETE, GET, OPTIONS, PUT, but PUT gives a 400:
{
"detailCode": "400.1 Bad request content",
"trackingId": "7d49e8475654459cab40f2761ac62f13",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
},
{
"locale": "und",
"localeOrigin": "REQUEST",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": []
}
DELETE gives a 204 No Content response but doesn’t actually remove the specified Identity Attributes.