Hi All,
I am working on DX API in constellation edition. I used postman for this. I created a data item using postman using Saveable datapage and also I have updated the same record using same API. That API is used for all CRUD operations but I am not able to delete the data item from datatype. How can I achieve this ?
Please help me.
Hi @ChandraK0728,
Please encode the request parameters while passing in postman use “DataViewParamters” as a request parameter and the value for that use pyGUID instance in encoded format to delete the record.
Regards,
Mohd Qizer Uddin.
Hi @Mohd Qizer Uddin,
How can we encode request parameters. Could you explain please.
Hi @ChandraK0728,
Please copy that primary key value and encode it by using this website https://www.urlencoder.org/
Regards,
Mohd Qizer Uddin