v1

latestOpenAPI 3.0.12026-07-24168217310.4 KB
QuickLinks

Deletes a QuickLink. By default performs a soft delete (sets status to Deleted). Use permanent=true to permanently remove the QuickLink and all related data.

By default this performs a soft delete - the QuickLink status is set to Deleted but the record remains in the database. When permanent=true, the QuickLink and all related tokens and usage logs are permanently removed from the database.

delete/Sites/{siteId}/Quicklinks/{id}

Path parameters

siteIdinteger required

The unique identifier of the site

idinteger required

The unique identifier of the QuickLink to delete

Query parameters

permanentboolean

If true, permanently deletes the QuickLink and related tokens/usage logs

Response

QuickLink deleted successfully

boolean required