Test Cases - Delete

テスト ケースを削除します。

DELETE https://dev.azure.com/{organization}/{project}/_apis/test/testcases/{testCaseId}?api-version=5.0-preview.1

URI パラメーター

名前 / 必須 説明
organization
path True

string

Azure DevOps 組織の名前です。

project
path True

string

プロジェクト ID またはプロジェクト名

testCaseId
path True

integer

int32

削除するテスト ケースの ID。

api-version
query True

string

使う API のバージョン。 このバージョンの API を使用するには、これを '5.0-preview.1' に設定する必要があります。

応答

名前 説明
200 OK

正常な操作

セキュリティ

accessToken

個人用アクセス トークン。 ユーザー名とトークンに任意の値をパスワードとして使用します。

Type: basic

Sample Request

DELETE https://dev.azure.com/fabrikam/fabrikam-fiber-tfvc/_apis/test/testcases/5?api-version=5.0-preview.1

Sample Response