DELETE certificates
Deletes one or more certificates.
Remarks
Returns HTTP 200 when the certificate(s) is deleted successfully.
Returns HTTP 400 if the input is invalid.
Returns HTTP 500 for all other errors.
Request example and description
Delete Certificates
curl --request DELETE "https://api-asm1.apica.io/v3/certificates?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{ \"ids\": [ 123 ] }"
Name | Type | Required | Description |
---|---|---|---|
ids | Array | No |
The numeric identifier of the certificates to delete. |