DeleteSystemSecret
Deletes a system secret revision.
/api/admin/v1/secrets/{revision}
Path Parameters
revision
requiredA system secret revision.
- Schema
Revision
- Type
integer
- Format
int64
- Minimum 1 (inclusive)
- Schema
Query Parameters
This operation does not have query parameters.
Request Body
This operation does not have a request body.
Responses
204 Response
The requested operation was done successfully.
400 Response
The requested operation cannot be performed because the request is malformed.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
401 Response
The requested operation cannot be performed because the request lacks valid authentication credentials.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
403 Response
The identity is not allowed to perform the requested operation for the resource involved.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
404 Response
The resource or dependent resources involved in the requested operation do not exist.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
Default Response
The requested operation failed with an error.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type