Sha256: c44dcfd0585ca26ba2664bb3c50594af721714da2569dfefd367e7415f3caca4

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

# ColorMeShop::EtcApi

All URIs are relative to *https://api.shop-pro.jp*

Method | HTTP request | Description
------------- | ------------- | -------------
[**delete_device_token**](EtcApi.md#delete_device_token) | **DELETE** /v1/device_tokens/{token}.json | デバイストークンの削除


# **delete_device_token**
> delete_device_token(token)

デバイストークンの削除

### Example
```ruby
# load the gem
require 'color_me_shop'
# setup authorization
ColorMeShop.configure do |config|
  # Configure OAuth2 access token for authorization: OAuth2
  config.access_token = 'YOUR ACCESS TOKEN'
end

api_instance = ColorMeShop::EtcApi.new
token = 'token_example' # String | 

begin
  #デバイストークンの削除
  api_instance.delete_device_token(token)
rescue ColorMeShop::ApiError => e
  puts "Exception when calling EtcApi->delete_device_token: #{e}"
end
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **token** | **String**|  | 

### Return type

nil (empty response body)

### Authorization

[OAuth2](../README.md#OAuth2)

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: Not defined



Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
color_me_shop-1.2.0.rc1 docs/EtcApi.md
color_me_shop-1.1.1 docs/EtcApi.md
color_me_shop-1.1.0 docs/EtcApi.md