[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Delete Info Type

Description

This operation is used to delete one data type. A data type may only be deleted if there are no producers actively producing it.

Request

Request

URL

URL


delete
https://{api_host}/dms/data-producer/v0alpha1/info-types/{info_type_id}
Copy

Path Parameters

Path Parameters

string
info_type_id Required

The name of one data type.


Response

Response

204 No Content

Data type deleted.

Errors

Errors

ProblemDetails
409

Delete not allowed, there is at least one producer of this type.

Code Samples

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
Feedback

Was this page helpful?