Method: Propertyware::PortfoliosApi#delete_portfolio_conversation

Defined in:
lib/propertyware/api/portfolios_api.rb

#delete_portfolio_conversation(portfolio_id, conversation_id, opts = {}) ⇒ ResponseEntity

Delete a portfolio conversation (BETA) <p class="betaError">Note: Write access is only available to customers who have opted in to our beta program. Please reach out to support if you’d like to be included.</p> Deletes a specific portfolio conversation.<br/><br/>Required permission:<br/><span class="permissionBlock">PORTFOLIOS</span> - Delete

Parameters:

  • portfolio_id (Integer)

    Portfolio ID

  • conversation_id (Integer)

    Conversation ID

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



164
165
166
167
# File 'lib/propertyware/api/portfolios_api.rb', line 164

def delete_portfolio_conversation(portfolio_id, conversation_id, opts = {})
  data, _status_code, _headers = delete_portfolio_conversation_with_http_info(portfolio_id, conversation_id, opts)
  data
end