Permanently delete a shortened URL. This action cannot be undone.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/diced/zipline/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Requires authentication via API token in theAuthorization header.
Path Parameters
The ID of the URL to delete
Response
Returns the deleted URL object for confirmation. Passwords are excluded from the response.Unique identifier for the deleted URL
Random code that was used for the URL
Custom vanity string, if it was set
The destination URL that was being redirected to
Total number of times the URL was accessed before deletion
Maximum views limit, if it was set
Whether the URL was enabled when deleted
ISO 8601 timestamp of when the URL was created
ISO 8601 timestamp of when the URL was last updated
ID of the user who owned this URL
Example Request
cURL
JavaScript/TypeScript
Python
Example Response
200 OK
404 Not Found
401 Unauthorized
Notes
- You can only delete URLs you own
- Deletion is permanent and cannot be undone
- Once deleted, the URL will no longer redirect
- The vanity string and code become available for reuse after deletion
- Analytics and view counts for the deleted URL are not preserved
- The response includes the full URL object for your records before it’s permanently removed