Skip to content

Delete Page

Permanently deletes a Link-in-Bio page. If the page was published, its public URL will immediately return a 404. This action cannot be undone.

DELETE /v1/bio/pages/{page_id}
bio:write

Parameters

Path parameters

ParameterTypeRequiredDescription
page_idstringYesThe unique identifier of the page to delete.

Request examples

Terminal window
curl -X DELETE https://xqr.co/api/v1/bio/pages/bio_abc123 \
-H "Authorization: Bearer YOUR_API_KEY"

Response

204 No Content

The response body is empty on success.

Was this page helpful?