Plume URL

/urls/{id}

Delete an URL

DELETE
/urls/{id}

Path Parameters

id*string
Length8 <= length <= 16

Header Parameters

Authorization*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://url.sodiumlabs.xyz/api/urls/stringst" \  -H "Authorization: string"
Empty
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}