Getting Started
Overview
REST Resources

Delete a Geophrase



HTTP request

DELETE https://api.geophrase.com/business/geophrases/{Geophrase}/





Example request
curl --location --request DELETE 'https://api.geophrase.com/business/geophrases/kyo-lit-lal/' \
--header 'X-API-Key: {API key}'

Request headers

Header NameValue

X-API-Key

Required
{API key}


Response

Returns status code 204 and no content.



Error response

Returns 4xx HTTP status code and an error response.


Status CodeDescription

404

Consider these reasons:

  • Provided Geophrase does not exist.

  • Geophrase provided does match regex  

    ^[a-z]{3}-[a-z]{3}-[a-z]{3}$

403

Consider these reasons:

  • Missing or incorrect X-API-Key header

  • Insufficient wallet balance

  • Read-only API key cannot perform write operation.



Next step

Bulk Create

© theFront. 2025, Maccarian. All rights reserved