We’re getting 401 responses from the Data Privacy APIs (profile delete).
A few observations:
- Non-existing profiles continue to return 404 as expected
- Existing profiles can no longer be deleted using the API
- Other APIs using the same private key are working fine
- Behaviour is consistent in both staging and production
- Deletions were working successfully up to April 14
Sample error:
{
"errors": [
{
"id": "9917507d-f1c9-4fdb-90aa-a3311cc85ffc",
"status": 401,
"code": "authentication_failed",
"title": "Incorrect authentication credentials.",
"detail": "Missing or invalid authorization",
"source": {
"pointer": "/data/"
}
}
]}It appears to affect only existing profiles — non-existent profiles are returning 404 as expected, not 401.
does someone know if there is any ground breaking changes today.

