[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Delete Info Type
DescriptionThis operation is used to delete one data type. A data type may only be deleted if there are no producers actively producing it.
Request
URLURL
https://{api_host}/dms/data-producer/v0alpha1/info-types/{info_type_id}
Path Parameters
Path Parameters
string
info_type_id
Required
The name of one data type.
Errors
ProblemDetails
409
Delete not allowed, there is at least one producer of this type.
Code Samples
cURL Command
curl -X DELETE https://{api_host}/dms/data-producer/v0alpha1/info-types/{info_type_id}
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1