Deleting the Encryption and Masking Configuration
Function
This API is used to delete a specified encryption and masking configuration based on the configuration ID.
Calling Method
For details, see Calling APIs.
URI
DELETE /v1/{project_id}/sdg/server/mask/algorithms/encryption-configurations/{configuration_id}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Unique project ID. |
|
configuration_id |
Yes |
String |
Configuration ID. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
id |
No |
String |
Unique ID of the encryption and masking configuration. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
msg |
String |
Returned message content, which is used to describe the operation result. |
|
status |
String |
Returned status code. For example, 200 indicates success, and 400 indicates an error. |
Status code: 204
Resource deleted.
Example Requests
DELETE /v1/{project_id}/sdg/server/mask/algorithms/encryption-configurations/{configuration_id}
{
"id" : "4fdc9443xxxxxxxxxxx253e5a0317b"
}
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Deleted. |
|
204 |
Resource deleted. |
|
401 |
Unauthorized. |
|
403 |
Access denied. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot