Delete Attachments
2 min
you can delete attachments in business objects base url https //{tenant url}/api/rest/attachment?id={business object unique key} delete attachments example here is an example to delete attachments present in a particular business object url https //{tenant url}/api/rest/attachment?id=dbba75d38dae4fadabc475669136728a \<font color="#ffffff">method\</font> delete header name authorization jwt token/session key/rest api key status code 204 \<font color="#ffffff">response payload\</font> { "code" "ism 2003", "description" "no content", "message" "", "help" "" } unsuccessful response upload attachments invalid url scenario trying to attach a file with a file name that already exists in the business object https //{tenant url}/api/rest/attachments?id=1968c01efab244ad8c67648e7578a30e header name authorization sessionkey code ism 4004 description not found message \[ "requested resource is not found" ] \<font color="#ffffff">http status code\</font> 400
