kintoneAPIDeleteT Method kintoneDotNETHelp
レコードの削除を行う(単一)

Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax

public bool Delete<T>(
	string id
)
where T : AbskintoneModel

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:kintoneDotNET.API.kintoneAPI.Delete``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.kintoneAPI.Delete``1(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneAPI.Delete``1(System.String)"]

Remarks

See Also

Reference