Dhan API 20 level symbol unsubscription method

Any body knows how to unsubscribe symbol in dhan 20 level api method ??

haven’t found anything about unsubscribing in below link hence asking

@Hardik

@svadukia Change RequestCode to 24 with same payload. Subscribe = 23; Unsubscribe = 24;

dhanhq . co/docs/v2/annexure/#feed-request-code

same as normal 5 depth market feed right ??

@DSingh

@svadukia Docs are a bit confusing. “Live Market Feed“ - 5 levels; “Full Market Depth“ - 20 or 200 levels. “Live Market Feed“ has three modes - “Ticker” (LTP) or “Quote“ or “Full“ (5 levels). “Full Market Depth“ has only one mode - “Full“ (20 or 200 levels). Considering that and matching with dhanhq . co/docs/v2/annexure/#feed-request-code
Subscribe = 21; Unsubscribe = 22;