Company logoTrust Center Documentation
API v1 ReferenceCertificationsId

Delete certification

Delete a certification permanently. This action cannot be undone. The certification and its associated files (document and badge) will be removed from the system.

DELETE
/api/v1/certifications/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Certification ID

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://app.orbiqhq.com/api/v1/certifications/550e8400-e29b-41d4-a716-446655440000"
{
  "success": true,
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000"
  }
}
{
  "success": false,
  "error": "Invalid certification ID."
}
{
  "success": false,
  "error": "Unauthorized access."
}
{
  "success": false,
  "error": "Certification not found"
}
{
  "success": false,
  "error": "Method not allowed"
}
{
  "success": false,
  "error": "Failed to delete certification."
}

How is this guide?