Method: Ayadn::Endpoints#delete_post
- Defined in:
- lib/ayadn/endpoints.rb
#delete_post(post_id) ⇒ Object
224 225 226 |
# File 'lib/ayadn/endpoints.rb', line 224 def delete_post(post_id) "#{@posts_url}#{post_id}?access_token=#{Settings.user_token}" end |