Allows a file to be removed from an Image or Attachment attribute of an instance of a custom object.
URL
{RMUrl}/api/objects/<ObjectVariableName>/<InstanceID>/<AttributeVariableName/files/<FileID>
REQUEST METHOD
DELETE
URL PARAMETERS
ObjectVariableName: This parameter is provided in the URL and does not need to be sent through DELETE.
InstanceID: This parameter is provided in the URL and does not need to be sent through DELETE.
AttributeVarName: This parameter is provided in the URL and does not need to be sent through DELETE.
FileID: This parameter is provided in the URL and does not need to be sent through DELETE.
REQUEST EXAMPLE
{RMUrl}/api/objects/book/66f295ae-f946-4f74-9ef4-21a0ca93febb/attachment/files/443de4ae-2360-4b66-bf69-8c9e4ca09001
SUCCESS RESPONSE
HTTP status code 204: NoContent