Delete PDF

Permanently delete a specific PDF by its ID from the active database.

const response = await client.delete('pdf-uuid-here');
/*{ success: true, message: 'PDF successfully queued for deletion.' }*/