Description

When trying to delete a "test" using rest API it is giving an error below: 

curl --location --request DELETE 'https://192.168.1.1/rest/accounts/adminpaa/tests/1' \
--header 'API-Token: ••••••'

{
"detail": "An error has occurred, try again later.. Please provide this to support: 63ab8878-423b-4936-a7d0-2192aca41b01",
"status_code": 500
}

Solution

 

If we run the REST API a second time, we can delete the test; it throws the error mentioned only during the first execution.

 

This issue is fixed in CC 4.4.2.

 

Modification History

2024-11-25 : Article Created