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

Delete Info Type Subscription

Description

Terminates handling of the info type subscription identified by subscription_id. The requestor will no longer receive notification of changes in info types.

Request

Request

URL

URL


delete
https://{api_host}/dms/data-consumer/v0alpha1/info-type-subscriptions/{subscription_id}
Copy

Path Parameters

Path Parameters

string
subscription_id Required

The identifier of the subscription.


Response

Response

204 No Content

Subscription successfully deleted.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}/dms/data-consumer/v0alpha1/info-type-subscriptions/{subscription_id}


Feedback

Was this page helpful?