Delete Api Services

hi
I am tring to Delete submission using Delete API in C# but always the response tell me the API not found
can some one tell me how should I send request using HttpWebRequest in C#

Welcome to the community, @ghaith.houli! Could you share the API that you tried to delete the submission? Maybe the community should then be able to help you out?

thank you for reply the problem is solved

1 Like

@ghaith.houli can you share your solution also, so in the future someone with similar problem might encounter this post and solve accordingly :innocent:

2 Likes

i was using old api
https://kf.kobotoolbox.org/assets/{formid}/submissions/{submissionId}/
then I noticed i must use
https://kf.kobotoolbox.org/api/v2/assets/{formid}/data/{submissionId}/

2 Likes

@ghaith.houli, :clap: :heart: :partying_face: