HTTP API Referencev1
Clean up Blueprint Validations
Clean up blueprint validations that are older than the retention period configured for the Deploy Engine instance.
AuthorizationBearer <token>
OAuth2/OIDC auth using JWT Bearer tokens. The token issuer will be configured independently for each Deploy Engine instance.
In: header
Header Parameters
Bluelink-Signature-V1?string
The Bluelink Signature v1 authentication mechanism can be used to authenticate requests to the Deploy Engine. See the Bluelink Signature v1 documentation for more information on how to use this authentication mechanism. This is not required if the request is authenticated using an OAuth2/OIDC-issued JWT or an API key.
Response Body
curl -X POST "https://{host}/{basePath}/v1/validations/cleanup" \ -H "Bluelink-Signature-V1: string"
{
"message": "Cleanup started"
}
{
"message": "Bad request"
}
{
"message": "Unauthorized"
}
{
"message": "An unexpected error occurred"
}