コンテンツにスキップ

会員ランク削除

DELETE
/customer_ranks/{rank}
curl --request DELETE \
--url https://api.smaregi.dev/TARGET-CONTRACT-ID/pos/customer_ranks/example \
--header 'Authorization: Bearer <token>'

会員ランクを削除します。

対象プラン

  • プレミアムプラス
  • フードビジネス
  • リテールビジネス
rank
required
string

会員ランク

削除成功

  • 指定された会員ランクのリソースが見つからない場合
Media typeapplication/json
object
type
required
string
title
required
string
detail
string
status
integer
Examples
Exampleリソースが存在しない場合
{
"type": "about:blank",
"title": "NotFound",
"detail": "指定された会員ランクのリソースが見つかりません",
"status": 404
}