Symptoms
I am getting a 404 response when I try to delete a vendor from a data set using ICaaS REST API using the following request:
DELETE https://api-au.flexicapture.com/v2/dataset/vendor/{region}/{externalId}/{businessUnitId}
However, when I get the list of vendors, the record exists in the list.
Cause
"/" symbol in the Vendor ID parameter.
Resolution
Use "%252F" instead of "/" while specifying the Vendor ID during record deletion:
Comments
0 comments
Please sign in to leave a comment.