Skip to main content
DELETE
/
urls
/
{url_id}
Delete URL
curl --request DELETE \
  --url https://spoo.me/api/v1/urls/{url_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "URL deleted",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

API key in format: spoo_. Use in Authorization header as 'Bearer spoo_'

Path Parameters

url_id
string
required

MongoDB ObjectId of the URL

Response

URL deleted successfully

message
string
Example:

"URL deleted"

id
string