# Delete Certification

Use this API to remove certifications that are assigned to users.

  • If there are two certifications with the same title/name and both are assigned to the user then both will get removed.
  • If there are two certifications with the same title/name and one is assigned to the user then assigned one will get removed.

Permission Required: Certification - Manage

OAuth 2.0 Scope: certification:delete

# Error Descriptions

Handled Error List

Error Types Error Message
Missing Tags for User Id & Title Invalid Request Item
UserId & Title are blank User Id and Title is blank in Request Item
UserId is blank. User Id is blank in Request Item for Certification :='[Certification Title]'
Title is blank Title is blank in Request Item for User ID :='[User Id]'
Remove Certification Error Error Occured while removing Certification := '[Certification Title]' for Use Id:='[User Id]'
Certification not found Certification := '[Certification Title]' not found for User Id:=,'[User Id]'
UserId not found User Id:= '[User Id]' not found for Certification :=,'[Certification Title]'
UserId and Certification not found Invalid User Id:= '[User Id]' and Invalid Certification:= '[Certification Title]'
Removal of Certification items per request exceeds maximum limit set Maximum Certification can be removed per request is := 20