Skip to main content
DELETE
Delete data source by hubId, dataTypeName, dataId

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

hubId
string
required

The identifier for the hub that generated by system. Use GET /hubs API to get the list of Hub IDs. Example: 63daffabc5a95d7d475eb7a6

dataTypeName
string
required

Name of data type. Use GET /data-types API to get the list of dataType Name. Example: Pegawai

dataId
string
required

Primary key data of the data type. Use GET /data API to get the list primary key data of dataType. Example: anas

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

data
object

Detail of object data source.