VerifycateDeveloper Docs

Delete a certificate

DELETE/api/v1/workspaces/{slug}/certificates/{id}

Permanently delete a certificate

Permanently deletes a certificate by id.

Authorization

Scopecertificates:write
Authorization: Bearer vc_...

Requires certificates:write (or full access) and an active Pro seat.

Path parameters

slug*string

Workspace slug

Example: acme
id*UUID

Certificate id

Example: 550e8400-e29b-41d4-a716-446655440000

Response schema

ok*boolean
Always `true` on success Example: true