[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Delete Info Producer
DescriptionDelete one producer identified by info_producer_id
, making
the producer unavailable to receive requests for any data-types.
Request
URLURL
https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}
Path Parameters
Path Parameters
string
info_producer_id
Required
The identifier of one producer.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X DELETE https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1