{"id":8085,"date":"2024-07-23T08:36:51","date_gmt":"2024-07-23T03:06:51","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=8085"},"modified":"2024-07-23T08:37:57","modified_gmt":"2024-07-23T03:07:57","slug":"how-to-drop-a-database-in-postgresql","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/","title":{"rendered":"How to drop a database in postgreSQL ?"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Introduction<\/h3>\n\n\n\n<p>PostgreSQL is a powerful open-source relational database management system known for its reliability and robust feature set. It adheres to SQL standards and supports advanced features like data integrity, concurrency control, and extensibility through custom data types and functions. With strong security measures and scalability options, PostgreSQL is widely used across various applications from small projects to large-scale enterprise systems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisites<\/h3>\n\n\n\n<p>Before proceeding with this guide, ensure the following prerequisites are met:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Access to a PostgreSQL Server<\/strong>: You should have access to a PostgreSQL database server where you have administrative privileges or <code>sudo<\/code> access.<\/li>\n\n\n\n<li><strong>Installed PostgreSQL Client Tools<\/strong>: The PostgreSQL client tools should be installed on your system. These typically include the <code>psql<\/code> command-line client.<\/li>\n\n\n\n<li><strong>Basic Understanding of PostgreSQL<\/strong>: Familiarity with basic PostgreSQL concepts like databases, users, and SQL commands will be helpful.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Steps to Manage PostgreSQL Databases<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Step 1: Access the PostgreSQL Interactive Terminal<\/h4>\n\n\n\n<p>To manage databases as the <code>postgres<\/code> user, use the following command:<\/p>\n\n\n\n<p>sudo -i -u postgres psql<\/p>\n\n\n\n<p>This command elevates your privileges to the <code>postgres<\/code> user and starts the PostgreSQL interactive terminal (<code>psql<\/code>).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 2: List Existing Databases<\/h4>\n\n\n\n<p>Once you&#8217;re in the <code>psql<\/code> terminal, you can list all existing databases by typing:<\/p>\n\n\n\n<p>\\l<\/p>\n\n\n\n<p>This command will display a list of databases along with their owner and encoding details.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 3: Drop (Delete) a Database<\/h4>\n\n\n\n<p>To delete a database, ensure you are connected to the <code>postgres<\/code> database (you can switch to it if necessary using <code>\\c postgres<\/code>). Then, execute the following SQL command:<\/p>\n\n\n\n<p>DROP DATABASE [database_name];<br><br>example : DROP DATABASE examplebd;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"228\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-1024x228.png\" alt=\"\" class=\"wp-image-8086\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-1024x228.png 1024w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-300x67.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-768x171.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-850x189.png 850w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959.png 1451w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>Replace <code>[database_name]<\/code> with the name of the database you want to delete. Be cautious, as this operation irreversibly deletes all data and schema associated with the database.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>PostgreSQL offers robust capabilities for managing relational databases, emphasizing reliability, adherence to SQL standards, and support for advanced features like data integrity and extensibility. With strong security measures and scalability options, PostgreSQL is well-suited for a wide range of applications, from small-scale projects to large enterprise systems. By following the outlined steps, users can efficiently manage PostgreSQL databases, ensuring effective administration and maintenance of their data environments.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction PostgreSQL is a powerful open-source relational database management system known for its reliability and robust feature set. It adheres to SQL standards and supports advanced features like data integrity, concurrency control, and extensibility through custom data types and functions. With strong security measures and scalability options, PostgreSQL is widely&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">How to drop a database in postgreSQL ?<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":508,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[386,1],"tags":[],"class_list":{"0":"post-8085","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-database","7":"category-uncategorized","8":"h-entry","10":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"Introduction PostgreSQL is a powerful open-source relational database management system known for its reliability and robust feature set. It adheres to SQL standards and supports advanced features like data integrity, concurrency control, and extensibility through custom data types and functions. With strong security measures and scalability options, PostgreSQL is widely&hellip; Continue Reading How to drop a database in postgreSQL ?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-23T03:06:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-23T03:07:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-1024x228.png\" \/>\n<meta name=\"author\" content=\"srisanthosh S\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"srisanthosh S\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/\"},\"author\":{\"name\":\"srisanthosh S\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/09ea76d3244c951605c4850771aa1d97\"},\"headline\":\"How to drop a database in postgreSQL ?\",\"datePublished\":\"2024-07-23T03:06:51+00:00\",\"dateModified\":\"2024-07-23T03:07:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/\"},\"wordCount\":344,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Screenshot-2024-07-21-122959-1024x228.png\",\"articleSection\":[\"Database\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Screenshot-2024-07-21-122959-1024x228.png\",\"datePublished\":\"2024-07-23T03:06:51+00:00\",\"dateModified\":\"2024-07-23T03:07:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Screenshot-2024-07-21-122959.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Screenshot-2024-07-21-122959.png\",\"width\":1451,\"height\":323},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-drop-a-database-in-postgresql\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to drop a database in postgreSQL ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/09ea76d3244c951605c4850771aa1d97\",\"name\":\"srisanthosh S\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&r=g\",\"caption\":\"srisanthosh S\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/srisanthosh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"Introduction PostgreSQL is a powerful open-source relational database management system known for its reliability and robust feature set. It adheres to SQL standards and supports advanced features like data integrity, concurrency control, and extensibility through custom data types and functions. With strong security measures and scalability options, PostgreSQL is widely&hellip; Continue Reading How to drop a database in postgreSQL ?","og_url":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2024-07-23T03:06:51+00:00","article_modified_time":"2024-07-23T03:07:57+00:00","og_image":[{"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-1024x228.png","type":"","width":"","height":""}],"author":"srisanthosh S","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"srisanthosh S","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/"},"author":{"name":"srisanthosh S","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/09ea76d3244c951605c4850771aa1d97"},"headline":"How to drop a database in postgreSQL ?","datePublished":"2024-07-23T03:06:51+00:00","dateModified":"2024-07-23T03:07:57+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/"},"wordCount":344,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-1024x228.png","articleSection":["Database"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/","url":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959-1024x228.png","datePublished":"2024-07-23T03:06:51+00:00","dateModified":"2024-07-23T03:07:57+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-2024-07-21-122959.png","width":1451,"height":323},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-drop-a-database-in-postgresql\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to drop a database in postgreSQL ?"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/09ea76d3244c951605c4850771aa1d97","name":"srisanthosh S","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&r=g","caption":"srisanthosh S"},"url":"https:\/\/pheonixsolutions.com\/blog\/author\/srisanthosh\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-26p","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8085","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/508"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=8085"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8085\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=8085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=8085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=8085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}