Skip to content

Delete Search Term

Deletes a search term — the Delete row action on the admin Marketing → Search & SEO → Search Terms screen.

TIP

New here? Read the Search Terms overview for what a search term is and how its fields behave.

Endpoint

EndpointMethod
/api/admin/marketing/search-terms/{id}DELETE

Details

  • Requires an admin Bearer token and the marketing.search_seo.search_terms.delete permission.
  • Returns a success message on completion.
  • An unknown id returns a 404.

Released under the MIT License.