private-test-cloud
2.2510
true
- 入门指南
- 身份验证
- 作用域和权限
- 平台管理 API
私有 Test Cloud API 指南
上次更新日期 2026年5月11日
根据证书 ID 删除证书。
API 端点
DELETE https://{yourDomain}/{organizationName}/identity_/api/SamlCertificate/{partitionGlobalId}/{certificateId}
作用域
需要以下作用域: PM.AuthSetting 。
请求标头
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
备注:
要获取{access_token} ,请确保通过身份验证方法中描述的其中一种方法进行身份验证。
请求正文
请求正文包含组织 ID 为partitionGlobalId和证书 ID。
响应
200 成功
已成功删除证书。
true
true