Skip to main content
DELETE
/
api
/
tags
/
v3
/
{entityType}
/
{entityId}
/
system
/
CERTIFIED
/
state
http
DELETE https://{instance}.domo.com/api/tags/v3/{entityType}/{entityId}/system/CERTIFIED/state
HTTP/1.1
Accept: application/json
{
  "message": "<string>"
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

entityType
enum<string>
required

The entityType can either be CARD or DATA_SOURCE (Dataset).

Available options:
CARD,
DATA_SOURCE
entityId
string
required

Id of the card or dataset you are requesting certification status for.

Response

No Content. Certification removed successfully.