delete https://example.com/api/basedata/v1/articles/
This performs a soft delete. The Article is not removed from the database.
Log in to see full request history
Responses
200Deleted
404Not Found
This performs a soft delete. The Article is not removed from the database.
200Deleted
404Not Found
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/api/basedata/v1/articles/id
Try It!
to start a request and see the response here!