Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
What should a DELETE response body contain?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2019 01:24 AM
2473     0
In order to update an ip address, I found out that I have to delete and post it again with the updates.
So basically: DELETE ... <wapi_url>/ipv4address/_ref
If I want to delete an address, I get the _ref of the ipv4address as a response again. I might have no rights to do so. As I'm new to REST and Infoblox I'm just curios about the response.
Solved! Go to Solution.
Re: What should a DELETE response body contain?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2019 12:16 AM
2474     0
Hi,
DELETE returns the Object Reference of the deleted object as a string. This is the expected behaviour.
Regards,
Krishna