Share via

delete using restapi

Vineet S 1,390 Reputation points
2024-04-05T06:39:21.33+00:00

Hi Team,

am trying to delete date using restapi .. how can i add condition to delete from last modified date

an example

have below mentioneed data on portal

table1

col1 date

test 02/01/2023

and currently using copy command to copy data how can i send delete command to delete it

currently i am using below url but unable to get it

https://stackoverflow.com/questions/55515105/rest-delete-multiple-items-in-the-batch

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,631 Reputation points Microsoft Employee Moderator
    2024-04-05T17:00:31.0133333+00:00

    Hi Vineet S,

    Thank you for posting query in Microsoft Q&A Platform.

    Actually, your question is little unclear, what is source here and what is Sink here is unclear. Kindly elaborate more with details.

    Assuming, you are taking data from some source and loading it in to some SQL table using REST API dataset in Sink tab of Copy activity and you wish to delete some records from that SQL table using REST API call and you have REST API setup handy for that table. Please correct me if I am wrong with more details on query.

    If my understanding, is correct then kindly consider using web activity after copy activity. In the web activity make API call to delete rows.

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.