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

Delete Info Producer

Description

Delete one producer identified by info_producer_id, making the producer unavailable to receive requests for any data-types.

Request

Request

URL

URL


delete
https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}
Copy

Path Parameters

Path Parameters

string
info_producer_id Required

The identifier of one producer.


Response

Response

204 No Content

Successfully deleted one producer.

No error details were provided in the OpenAPI specification.

Code Samples

Code 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
Feedback

Was this page helpful?