All URIs are relative to https://api.bombbomb.com/v2
Method | HTTP request | Description |
---|---|---|
template_asset_delete | DELETE /orders/templates/images | Deletes image from user s3 store |
template_asset_delete(file_name)
Deletes image from user s3 store
Deletes image from user s3 store
# load the gem
require 'bombbomb'
# setup authorization
BombBomb.configure do |config|
# Configure OAuth2 access token for authorization: BBOAuth2
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = BombBomb::OrdersApi.new
file_name = "file_name_example" # String | Filename for deletion
begin
#Deletes image from user s3 store
api_instance.template_asset_delete(file_name)
rescue BombBomb::ApiError => e
puts "Exception when calling OrdersApi->template_asset_delete: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
file_name | String | Filename for deletion |
nil (empty response body)
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json