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

Authorizations

Authorization
string
header
required

API key authentication. Pass your key as: Bearer spoo_<your_key>

Path Parameters

url_id
string
required

Unique identifier of the URL

Response

Successful Response

Response body for DELETE /api/v1/urls/{url_id}.

message
string
required

Confirmation message.

Example:

"URL deleted"

id
string
required

ID of the deleted URL.

Example:

"507f1f77bcf86cd799439011"