Delete a project version
delete
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}/versions/{project-version-version}
This operation will delete a project version.
Request
Path Parameters
-
project-name(required): string
The name of the project.
-
project-version-version(required): integer(int64)
The automatically assigned version number
There's no request body for this operation.
Security
-
Authorization: apiKey
Type:
apiKey
Description:Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}.
-
oauth2_opa: oauth2
Type:
oauth2
Description:POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Response
Supported Media Types
- application/json
204 Response
Delete operation successful. No Content.