DELETE/workflow/categories/{categoryId}

カテゴリーを削除する。
本 API の利用には、申請フォーマット メニューへのアクセス権限が必要となる。

Authorization

oauth2

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

Scope

workflow

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/workflow/categories/{categoryId}

Path Parameters

ParameterTypeDescription
categoryId integer 

カテゴリー ID


required
example : 100
format : int64 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 403

Forbidden