About this https://developer.unbounce.com/api_reference/#id_pages__page_id__leads__lead_id_ api
/pages/{page_id}/leads/{lead_id}
Delete a single Lead. Only available to the account owner.
NOTE: this endpoint cannot be used with API keys (OAuth only)
How to using this api step by step.
as i understand i must register OAuth Application right?
and system will send client id , client secret back to me .
and i will using this api https://api.unbounce.com/oauth/authorize?response_type=code&client_id=CLIENT_ID&redirect_uri=URL_ENCODED_CLIENT_REDIRECT_URI for get OAuth Token right?
and using this token on header this delete “/pages/{page_id}/leads/{lead_id}” API right?