404 response when I try to delete a vendor from a data set using ICaaS REST API

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}

mceclip0.png

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:
mceclip1.png

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.