test-cloud
latest
false
- Erste Schritte
- Authentication
- Scopes und Berechtigungen
- Plattformverwaltungs-APIs
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Test Cloud-API-Handbuch
Letzte Aktualisierung 7. Apr. 2026
Zertifikat löschen
Löschen Sie ein Zertifikat basierend auf seiner ID.
API-Endpunkt
DELETE {accessURL}/{organizationName}/identity_/api/SamlCertificate/{partitionGlobalId}/{certificateId}
Ersetzen Sie {accessURL} in allen Endpunktpfaden durch die Basis-URL für Ihre Cloud-Plattform:
| Cloud Platform | Zugriffs-URL |
|---|---|
| Test Cloud | https://cloud.uipath.com/ |
| Test Cloud Public Sector | https://govcloud.uipath.us/ |
| Test Cloud Dedicated. | https://{customURL}.dedicated.uipath.com/ |
Scopes
Erfordert den folgenden Scope: PM.AuthSetting.
Anforderungsheader
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
Hinweis:
Um das {access_token} zu erhalten, müssen Sie sich mit einer der hier beschriebenen Methoden authentifizieren.
Anforderungstext
Der Anforderungstext enthält die Organisations-ID, als partitionGlobalId und die Zertifikats-ID.
Antworten
200 Erfolg
Das Zertifikat wurde erfolgreich gelöscht.
true
true