kochira
  1. shortening
kochira
  • account
    • auth
      • Register
      • Login
      • Logout
      • Refresh
      • Infer
  • account
  • link
    • shortening
      • My Endpoints
        GET
      • Get By Id
        GET
      • Create
        POST
      • Update By Id
        PUT
      • Delete By Id
        DELETE
    • redirect
      • Redirect
  • subscription
    • Get Self
      GET
  1. shortening

Delete By Id

DELETE
/link/api/v1/link/{id}

Request

Path Params

Header Params

Responses

🟢204No Content
application/json
Body

🟠403Forbidden
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/link/api/v1/link/38' \
--header 'Authorization: {{token}}'
Response Response Example
204 - Example 1
null
Modified at 2025-10-10 00:33:12
Previous
Update By Id
Next
Redirect
Built with