Delete Certificate Attribute
DELETE - certificate/attribute
Sample URL
http://<IP>:<GWPORT>/avxapi/certificate/attribute?gwkey=f000ca01&gwsource=external&name=keyName
Description
This API deletes the certificate attribute using the name specified.
Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Header |
sessionid required |
AppViewX Session Id | string |
| Query |
gwkey required |
Tenant Key | string |
| Query |
gwsource required |
Source from which the request is triggered |
String
|
| Query |
name required |
Name of the certificate attribute | string |
Sample Response
{
"response": "Deleted Successfully - [keyName]. Failed to delete - []",
"message": "Certificate attribute deleted successfully",
"appStatusCode": null,
"tags": {},
"headers": null
}
Produces: application/json
Tags: Avx_subsystem_certificate