コンテンツにスキップ

受注グループタグ削除

DELETE
/order_group_tags/{order_group_tag_id}
curl --request DELETE \
--url https://api.smaregi.dev/TARGET-CONTRACT-ID/ec-b2b/order_group_tags/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

受注グループタグを削除します。

order_group_tag_id
required
string format: uuid

受注グループタグID

削除成功

指定されたIDのリソースが見つからない場合

Media typeapplication/json
object
type
required
string
title
required
string
detail
string
status
integer
Example
{
"type": "about:blank",
"title": "Not Found",
"detail": "指定されたIDのリソースが見つかりません",
"status": 404
}