automation-cloud
latest
false
- Getting started
- Authentication
- Scopes and permissions
- Platform Management APIs

Automation Cloud API guide
Last updated Oct 16, 2025
Delete a certificate based on its ID.
DELETE https://cloud.uipath.com/{organizationName}/identity_/api/SamlCertificate/{partitionGlobalId}/{certificateId}
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'Note: To obtain the
{access_token}, make sure to authenticate through one of the
methods described here.
The request body contains the organization ID, as
partitionGlobalId and
the certificate ID.