Delete URL redirect
Removes a redirect from the app’s published site.
The source path goes back to serving whatever the app has at it, or a 404 when it has nothing.
Base44 tries to drop the cached copy so that happens immediately, but as on Create URL redirect the eviction is best effort and unreported. While the rule was live the cache may hold the target’s page under the source URL, so if the eviction does not land the deleted redirect looks like it is still working, returning the target’s content with a 200, until the cache revalidates or expires.
The response body is empty, so read the status code.
Authorizations
Personal API key.
Path Parameters
ID of the app whose URL redirects to manage.
ID of the redirect, as returned in id by List URL redirects.
Response
The redirect was removed.