{"id":425,"date":"2008-09-22T17:06:05","date_gmt":"2008-09-23T00:06:05","guid":{"rendered":"https:\/\/www.zubairalexander.com\/stage\/?p=425"},"modified":"2008-10-10T15:20:30","modified_gmt":"2008-10-10T22:20:30","slug":"how-to-delete-a-content-database-in-moss-2007","status":"publish","type":"post","link":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/","title":{"rendered":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM"},"content":{"rendered":"<p>You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A second option is to use the command-line STSADM tool. Frankly, I find STSADM to be quicker and much easier to use. Sometimes the GUI will prompt you to use the STSADM tool to delete the content database, in which case you have no option but to use STSADM. Here&#8217;s how you can use STSADM to create or delete a content database in MOSS 2007.<\/p>\n<p>When you go to the command prompt, by default STSADM will not be on your path. You might want to add\u00a0the location of STSADM to your path to make things easier. The file is located in C:\\Program Files\\Common Files\\Microsoft Shared\\Web Server Extensions\\12\\BIN. Go to the\u00a0Environment Variables and edit the path under System variables. If you already have a command prompt open, you need to close the window and open it again to make the new path take effect.<\/p>\n<p>Let&#8217;s assume you want to create a database called <em>WSS_Content_Intranet <\/em>and the SharePoint site is <em>http:\/\/intranet:80<\/em>. To create the database at the command prompt use the following command:<\/p>\n<p><strong>stsadm.exe -o addcontentdb -url http:\/\/intranet:80 -databasename WSS_Content_Intranet<\/strong><\/p>\n<p>If you want to delete a content database simply use the switch <strong>&#8211;<\/strong>deletecontentdb.<\/p>\n<p><strong>stsadm.exe -o deletecontentdb -url http:\/\/intranet:80 -databasename WSS_Content_Intranet<\/strong><\/p>\n<p>By the way, there is a space after &#8220;-databasename&#8221; in the above commands.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[54,11],"tags":[],"class_list":["post-425","post","type-post","status-publish","format-standard","hentry","category-sharepoint","category-tips-tricks"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Zubair Alexander\"\/>\n\t<meta name=\"google-site-verification\" content=\"xUGSODobCBguuxTNOCWOCVwAIhfY39LLtYAQOmExYzw\" \/>\n\t<meta name=\"msvalidate.01\" content=\"65829CD0C3C810D64E58EA860413DB21\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Alexander&#039;s Blog | Sharing knowledge with the global IT community since November 1, 2004\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander&#039;s Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"590\" \/>\n\t\t<meta property=\"og:image:height\" content=\"590\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2008-09-23T00:06:05+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2008-10-10T22:20:30+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@zubairalexander\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander&#039;s Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@zubairalexander\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#article\",\"name\":\"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander's Blog\",\"headline\":\"How to Create or Delete a Content Database in MOSS 2007 Using STSADM\",\"author\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/AlexandersBlog_logo_590x590.jpg\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#articleImage\"},\"datePublished\":\"2008-09-22T17:06:05-07:00\",\"dateModified\":\"2008-10-10T15:20:30-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#webpage\"},\"articleSection\":\"SharePoint, Tips &#038; Tricks\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"name\":\"Tips &#038; Tricks\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"position\":2,\"name\":\"Tips &#038; Tricks\",\"item\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#listItem\",\"name\":\"How to Create or Delete a Content Database in MOSS 2007 Using STSADM\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#listItem\",\"position\":3,\"name\":\"How to Create or Delete a Content Database in MOSS 2007 Using STSADM\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"name\":\"Tips &#038; Tricks\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\",\"name\":\"Alexander's Blog\",\"description\":\"Sharing knowledge with the global IT community since November 1, 2004\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/AlexandersBlog_logo_590x590.jpg\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/zubairalexander\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/zubairalexander\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/\",\"name\":\"Zubair Alexander\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#webpage\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/\",\"name\":\"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander's Blog\",\"description\":\"You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-delete-a-content-database-in-moss-2007\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"datePublished\":\"2008-09-22T17:06:05-07:00\",\"dateModified\":\"2008-10-10T15:20:30-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/\",\"name\":\"Alexander's Blog\",\"description\":\"Sharing knowledge with the global IT community since November 1, 2004\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander's Blog","description":"You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A","canonical_url":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xUGSODobCBguuxTNOCWOCVwAIhfY39LLtYAQOmExYzw","msvalidate.01":"65829CD0C3C810D64E58EA860413DB21","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#article","name":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander's Blog","headline":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM","author":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"publisher":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2020\/10\/AlexandersBlog_logo_590x590.jpg","@id":"https:\/\/www.zubairalexander.com\/blog\/#articleImage"},"datePublished":"2008-09-22T17:06:05-07:00","dateModified":"2008-10-10T15:20:30-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#webpage"},"isPartOf":{"@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#webpage"},"articleSection":"SharePoint, Tips &#038; Tricks"},{"@type":"BreadcrumbList","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.zubairalexander.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","name":"Tips &#038; Tricks"}},{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","position":2,"name":"Tips &#038; Tricks","item":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#listItem","name":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#listItem","position":3,"name":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM","previousItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","name":"Tips &#038; Tricks"}}]},{"@type":"Organization","@id":"https:\/\/www.zubairalexander.com\/blog\/#organization","name":"Alexander's Blog","description":"Sharing knowledge with the global IT community since November 1, 2004","url":"https:\/\/www.zubairalexander.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2020\/10\/AlexandersBlog_logo_590x590.jpg","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#organizationLogo"},"image":{"@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#organizationLogo"},"sameAs":["https:\/\/twitter.com\/zubairalexander","https:\/\/www.linkedin.com\/in\/zubairalexander"]},{"@type":"Person","@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author","url":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/","name":"Zubair Alexander"},{"@type":"WebPage","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#webpage","url":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/","name":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander's Blog","description":"You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/#breadcrumblist"},"author":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"creator":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"datePublished":"2008-09-22T17:06:05-07:00","dateModified":"2008-10-10T15:20:30-07:00"},{"@type":"WebSite","@id":"https:\/\/www.zubairalexander.com\/blog\/#website","url":"https:\/\/www.zubairalexander.com\/blog\/","name":"Alexander's Blog","description":"Sharing knowledge with the global IT community since November 1, 2004","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Alexander's Blog | Sharing knowledge with the global IT community since November 1, 2004","og:type":"article","og:title":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander's Blog","og:description":"You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A","og:url":"https:\/\/www.zubairalexander.com\/blog\/how-to-delete-a-content-database-in-moss-2007\/","og:image":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png","og:image:secure_url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png","og:image:width":590,"og:image:height":590,"article:published_time":"2008-09-23T00:06:05+00:00","article:modified_time":"2008-10-10T22:20:30+00:00","twitter:card":"summary_large_image","twitter:site":"@zubairalexander","twitter:title":"How to Create or Delete a Content Database in MOSS 2007 Using STSADM | Alexander's Blog","twitter:description":"You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A","twitter:creator":"@zubairalexander","twitter:image":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png"},"aioseo_meta_data":{"post_id":"425","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 04:08:15","updated":"2025-06-04 00:40:45","seo_analyzer_scan_date":null},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts\/425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/comments?post=425"}],"version-history":[{"count":0,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts\/425\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/media?parent=425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/categories?post=425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/tags?post=425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}